X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.h;h=071a82b887d60d23d0fa2ef2e290f1a7c942aa79;hb=4facd021514ab372c23b1b132d6b4b62baa4efbf;hp=d76671c2eab7f8afae5f18e4ccd3fe78e9de1d5a;hpb=b3ce9052ba98a4585aec75117265d170b7ccfdb8;p=builder.git diff --git a/source/datafile.h b/source/datafile.h index d76671c..071a82b 100644 --- a/source/datafile.h +++ b/source/datafile.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef DATAFILE_H_ #define DATAFILE_H_ @@ -27,7 +20,6 @@ public: File &get_source() const { return source; } private: - virtual Action *create_action(); static Msp::FS::Path generate_target_path(const Component &); };