X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=ce841b1441013de6ae45edbafc0af9a6aa5d4912;hb=0df5885ece3a2a64bffc73c536296ad47ce1a1d6;hp=96713a2a309a70b5352aac97781e7b45b278c65d;hpb=236df51d91f0845cd4e06b3269e262911d81f5db;p=supertux.git diff --git a/src/title.h b/src/title.h index 96713a2a3..ce841b144 100644 --- a/src/title.h +++ b/src/title.h @@ -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 // -