]> git.tdb.fi Git - builder.git/blobdiff - source/datafile.cpp
Big rewrite for a more tool-centric approach
[builder.git] / source / datafile.cpp
index 12acfe6db9de2018b51fb0384ca650ea4747c031..3164d8e38caeec5a532df9d8e402defe3e01fbf5 100644 (file)
@@ -1,12 +1,4 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
-#include "datacompile.h"
 #include "datafile.h"
 #include "file.h"
 #include "sourcepackage.h"
@@ -20,11 +12,6 @@ DataFile::DataFile(Builder &b, const Component &c, File &s):
        add_depend(&source);
 }
 
-Action *DataFile::create_action()
-{
-       return new DataCompile(builder, *this);
-}
-
 Msp::FS::Path DataFile::generate_target_path(const Component &comp)
 {
        return comp.get_package().get_out_dir()/(comp.get_name()+".dat");