]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/mainpanel.h
Further adjustments to changes in GLtk
[r2c2.git] / source / engineer / mainpanel.h
index a24ef4976c59af9a0e6b9b7e7b71277ace13daa4..4501be7b33bf1a529cd73a67e7849cf01a9c54af 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef MAINPANEL_H_
 #define MAINPANEL_H_
 
@@ -25,7 +18,7 @@ private:
        Msp::GLtk::Indicator *ind_halt;
 
 public:
-       MainPanel(Engineer &, Msp::GLtk::Resources &);
+       MainPanel(Engineer &);
 
        void set_status_text(const std::string &);
 private: