X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fcollection.cpp;h=e1c25ddc914e6afd0f2be1b8e4ef198846c5c209;hp=8e9543a0d1feef9717184c2a06d10c5e64f6f489;hb=e14c01b5775dd2e324b16ff49498db9b9113c523;hpb=a2cce9e933089f483163456e9872e005c33dd678 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)