Unused warning

This commit is contained in:
Antonio Martinez 2024-09-27 03:22:20 -07:00
parent 7a9793f202
commit 92c2f5d5a5

View file

@ -4978,6 +4978,8 @@ static void M_DrawBindMediumString(INT32 y, INT32 flags, const char *string)
);
}
// largely replaced by K_DrawGameControl
/*
static INT32 M_DrawProfileLegend(INT32 x, INT32 y, const char *legend, const char *mediocre_key)
{
INT32 w = V_ThinStringWidth(legend, 0);
@ -4987,6 +4989,7 @@ static INT32 M_DrawProfileLegend(INT32 x, INT32 y, const char *legend, const cha
M_DrawMediocreKeyboardKey(mediocre_key, &x, y, false, true);
return x;
}
*/
// the control stuff.
// Dear god.