Unused warning TWO

This commit is contained in:
Antonio Martinez 2024-09-27 03:30:52 -07:00
parent a51ec95237
commit f12f69559b

View file

@ -755,6 +755,8 @@ static void M_DrawMenuTyping(void)
}
// Largely replaced by boxed drawing mode in K_DrawGameControl and rich text
/*
static void M_DrawMediocreKeyboardKey(const char *text, INT32 *workx, INT32 worky, boolean push, boolean rightaligned)
{
INT32 buttonwidth = V_StringWidth(text, 0) + 2;
@ -779,6 +781,7 @@ static void M_DrawMediocreKeyboardKey(const char *text, INT32 *workx, INT32 work
0, text
);
}
*/
// Draw the message popup submenu
void M_DrawMenuMessage(void)