added support for menu list entry size for game elements info screen
[rocksndiamonds.git] / src / game.h
index 95531163027886438ca1f202c709e173963b7b16..b73d5daff98bef27ac661508e480925a62a15057 100644 (file)
@@ -242,9 +242,6 @@ struct GameInfo
   // values for special game initialization control
   boolean restart_level;
 
-  // trigger message to ask for restarting the game
-  char *restart_game_message;
-
   // values for special request dialog control
   boolean request_active;
   boolean request_active_or_moving;
@@ -455,7 +452,6 @@ void RaiseScoreElement(int);
 
 void RequestQuitGameExt(boolean, boolean, char *);
 void RequestQuitGame(boolean);
-void RequestRestartGame(char *);
 
 boolean CheckRestartGame(void);
 boolean checkGameSolved(void);