]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Move the Component reference to Target and make it a pointer
[builder.git] / source / component.h
index 0b84d00cb4a5cc31308a8d57ed2362db2b928b6e..0f9d581bcfb1695805036437edb73ed5bf2eea39 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef COMPONENT_H_
 #define COMPONENT_H_
 
@@ -39,9 +32,6 @@ public:
                virtual void finish();
                void source(const std::string &);
                void require(const std::string &);
-               void modular();
-               void host(const std::string &);
-               void install_headers(const std::string &);
                void build_info();
        };