moved savelevel() code to level.h/c where it belongs to. :)
[supertux.git] / src / type.h
index 9038afe..f2d472b 100644 (file)
@@ -26,11 +26,10 @@ typedef struct base_type
     float ym;
     float width;
     float height;
-    int updated;
   }
 base_type;
 
-double get_frame_ratio(base_type* pbase);
+//double get_frame_ratio(base_type* pbase);
 
 #endif /*SUPERTUX_TYPE_H*/