X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatasourcefile.h;h=23c254366b34ee116760585e1794298c5b99cf47;hb=HEAD;hp=64093b5d31a405a620394d1d1fcfd45ffced8bcd;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/datasourcefile.h b/source/datasourcefile.h deleted file mode 100644 index 64093b5..0000000 --- a/source/datasourcefile.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef DATASOURCEFILE_H_ -#define DATASOURCEFILE_H_ - -#include "sourcefile.h" - -class DataSourceFile: public SourceFile -{ -public: - DataSourceFile(Builder &, const Msp::FS::Path &); - DataSourceFile(Builder &, const Component &, const Msp::FS::Path &); - - const char *get_type() const override { return "DataSourceFile"; } -}; - -#endif