X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcollection.cpp;h=e1c25ddc914e6afd0f2be1b8e4ef198846c5c209;hb=refs%2Fheads%2Fwip;hp=8e9543a0d1feef9717184c2a06d10c5e64f6f489;hpb=daca21051927eabee098e422fe5a0990acacfb96;p=libs%2Fdatafile.git diff --git a/source/collection.cpp b/source/collection.cpp index 8e9543a..e1c25dd 100644 --- a/source/collection.cpp +++ b/source/collection.cpp @@ -7,10 +7,6 @@ using namespace std; namespace Msp { namespace DataFile { -Collection::Collection(): - fallback(nullptr) -{ } - Collection::~Collection() { for(CollectionItemTypeBase *t: types)