X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.cpp;h=7bf9a578e0344a6321a1b1e9516af565221b3c6a;hb=HEAD;hp=54ed5147f622796ba3e6a6d5ae13444b764ab559;hpb=0458300fda4f345f865a7f3ee4fc0f2020a91983;p=builder.git diff --git a/source/feature.cpp b/source/feature.cpp deleted file mode 100644 index 54ed514..0000000 --- a/source/feature.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#include "feature.h" - -Feature::Loader::Loader(Feature &f): - Msp::DataFile::ObjectLoader(f) -{ - add("description", &Feature::descr); - add("default", &Feature::def_value); -}