X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.cpp;h=7bf9a578e0344a6321a1b1e9516af565221b3c6a;hb=HEAD;hp=7c19af5c40b5af674b00ff1f0068cc35134a8ae1;hpb=55a110c49b85482c4079745211cc599f4508945f;p=builder.git diff --git a/source/feature.cpp b/source/feature.cpp deleted file mode 100644 index 7c19af5..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::BasicLoader(f) -{ - add("description", &Feature::descr); - add("default", &Feature::def_value); -}