]> git.tdb.fi Git - builder.git/blobdiff - source/tarball.h
Update cross prefix for windows architecture
[builder.git] / source / tarball.h
index 32b18b0e4dd3dc8b4907fbbc43bd5d1adba26458..18ff19dcfcd9a8b72cad6f448a42cf7122c53b6b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TARBALL_H_
 #define TARBALL_H_
 
@@ -14,10 +7,9 @@ class TarBall: public FileTarget
 {
 public:
        TarBall(Builder &, const SourcePackage &, const std::string &);
+
        virtual const char *get_type() const { return "TarBall"; }
        const SourcePackage *get_package() const;
-private:
-       virtual Action *create_action();
 };
 
 #endif