foxygit / doom Log in
commit 22de9c27b21f6971ecede35b57aba96a8ef4d712
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Apr 24 19:19:53 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Apr 24 19:19:53 2018 +0300

    doom: Remove unused function M_StopMessage
---
 src/doom/m_menu.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/doom/m_menu.c b/src/doom/m_menu.c
index 4ab6f4e5..b9b1f7c4 100644
--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -220,7 +220,6 @@ void M_WriteText(int x, int y, char *string);
 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);


@@ -1249,14 +1248,6 @@ M_StartMessage
 }


-void M_StopMessage(void)
-{
-    menuactive = messageLastMenuActive;
-    messageToPrint = 0;
-}
-
-
-
 //
 // Find string width from hu_font chars
 //