-Some cleanups in text scrolling code
[supertux.git] / src / title.h
index eb1b32f..0f24f19 100644 (file)
@@ -31,14 +31,7 @@ enum MainMenuIDs {
   MNID_QUITMAINMENU
   };
   
-/* Scrolling text speed */
-
-#define SCROLL_SPEED_CREDITS 1.5
-#define SCROLL_SPEED_MESSAGE 1.0
-
-void title(void);
+void title();
 
 #endif //SUPERTUX_TITLE_H
 
-// EOF //
-