]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/table.h
Strip copyright messages and id tags from individual files
[libs/gltk.git] / source / table.h
index 190973e11c07baeacde9bbd2fa675e13dc2b4e78..1b0a80d857a1d4fd24136ec914dd618a33fff99a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_TABLE_H_
 #define MSP_GLTK_TABLE_H_
 
@@ -36,7 +29,7 @@ private:
        std::vector<unsigned> col_w;
 
 public:
-       Table(const Resources &);
+       Table();
 
        void set_rows(unsigned);
        void set_columns(unsigned);