X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=0f9d581bcfb1695805036437edb73ed5bf2eea39;hb=632361796a7ddadf8a726526c937fab22281fb7b;hp=0b84d00cb4a5cc31308a8d57ed2362db2b928b6e;hpb=098507f58825446484c7ae0ef96eadafa32499c8;p=builder.git diff --git a/source/component.h b/source/component.h index 0b84d00..0f9d581 100644 --- a/source/component.h +++ b/source/component.h @@ -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(); };