forgot to add some files
[supertux.git] / src / leveleditor.h
index 16ac9da..33b0677 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef SUPERTUX_LEVELEDITOR_H
 #define SUPERTUX_LEVELEDITOR_H
 
+#if 0
+
 #include <set>
 #include <string>
 
@@ -130,7 +131,7 @@ private:
   Vector scroll;
   float zoom;
 
-  Timer2 level_name_timer;
+  Timer level_name_timer;
 
   Surface *img_background_bt, *img_foreground_bt, *img_interactive_bt;
   Surface *img_save_level_bt, *img_setup_level_bt, *img_test_level_bt;
@@ -150,3 +151,5 @@ private:
 };
 
 #endif
+
+#endif