missing assert
[supertux.git] / src / title.h
index 96713a2..ce841b1 100644 (file)
@@ -18,7 +18,6 @@
 //  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_TITLE_H
 #define SUPERTUX_TITLE_H
 
@@ -31,14 +30,7 @@ enum MainMenuIDs {
   MNID_QUITMAINMENU
   };
   
-/* Scrolling text speed */
-
-#define SCROLL_SPEED_CREDITS 2.0
-#define SCROLL_SPEED_MESSAGE 1.0
-
-void title(void);
+void title();
 
 #endif //SUPERTUX_TITLE_H
 
-// EOF //
-