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