From f12f69559bc345613a19f437fd23ab4f4e15647d Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Fri, 27 Sep 2024 03:30:52 -0700 Subject: [PATCH] Unused warning TWO --- src/k_menudraw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/k_menudraw.c b/src/k_menudraw.c index 794858355..acfc86168 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -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)