X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fcollection.cpp;h=d40ab1997f9b78fcec8777f7ce14bd06fc153aea;hp=e60b2009a4fc2c2cebf723ba700e5ab59967a00f;hb=e249d648f6393fbb4b74e76c2a7b9eee9f1187f1;hpb=b48d1eb90c63e70b03519923dab5e123b11d91a4 diff --git a/source/collection.cpp b/source/collection.cpp index e60b200..d40ab19 100644 --- a/source/collection.cpp +++ b/source/collection.cpp @@ -9,11 +9,6 @@ Collection::~Collection() delete *i; } -bool Collection::contains(const std::string &n) const -{ - return items.count(n); -} - Collection::Loader::Loader(Collection &c): coll(c)