]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.cpp
Use default member initializers for constant initial values
[libs/datafile.git] / source / collection.cpp
index 8e9543a0d1feef9717184c2a06d10c5e64f6f489..e1c25ddc914e6afd0f2be1b8e4ef198846c5c209 100644 (file)
@@ -7,10 +7,6 @@ using namespace std;
 namespace Msp {
 namespace DataFile {
 
-Collection::Collection():
-       fallback(nullptr)
-{ }
-
 Collection::~Collection()
 {
        for(CollectionItemTypeBase *t: types)