cleanup of game mode handling
[rocksndiamonds.git] / src / screens.c
index c51e140fef17d3e808560ce55f120383a39e3c65..9de4b55d4bdbddb06d5a1519ff13cf4dfd74151a 100644 (file)
@@ -1252,14 +1252,6 @@ void DrawHeadline()
                    setup.internal.program_copyright);
 }
 
-int effectiveGameStatus()
-{
-  if (game_status == GAME_MODE_INFO && info_mode == INFO_MODE_TITLE)
-    return GAME_MODE_TITLE;
-
-  return game_status;
-}
-
 void DrawTitleScreenImage(int nr, boolean initial)
 {
   int graphic = getTitleScreenGraphic(nr, initial);