doom: Remove unused function M_StopMessage
This commit is contained in:
parent
c4ceefafa0
commit
22de9c27b2
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue