shithub: choc

Download patch

ref: 22de9c27b21f6971ecede35b57aba96a8ef4d712
parent: c4ceefafa0db716b6d3c52021e6d2fbdb5a62dd5
author: Turo Lamminen <turotl@gmail.com>
date: Tue Apr 24 15:19:53 EDT 2018

doom: Remove unused function M_StopMessage

--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -220,7 +220,6 @@
 int  M_StringWidth(char *string);
 int  M_StringHeight(const char *string);
 void M_StartMessage(const char *string, void *routine, boolean input);
-void M_StopMessage(void);
 void M_ClearMenus (void);
 
 
@@ -1247,14 +1246,6 @@
     menuactive = true;
     return;
 }
-
-
-void M_StopMessage(void)
-{
-    menuactive = messageLastMenuActive;
-    messageToPrint = 0;
-}
-
 
 
 //