diff --git a/src/client/menu/menu.c b/src/client/menu/menu.c index 80e6f86f..903d1ed1 100644 --- a/src/client/menu/menu.c +++ b/src/client/menu/menu.c @@ -34,8 +34,6 @@ #include "../sound/header/local.h" #include "header/qmenu.h" -static int m_main_cursor; - /* Number of the frames of the spinning quake logo */ #define NUM_CURSOR_FRAMES 15 static int m_cursor_width = 0; diff --git a/src/client/menu/qmenu.c b/src/client/menu/qmenu.c index 521d3f78..862f3dd5 100644 --- a/src/client/menu/qmenu.c +++ b/src/client/menu/qmenu.c @@ -29,7 +29,6 @@ #include "../header/client.h" #include "header/qmenu.h" -static void Action_DoEnter(menuaction_s *a); static void Action_Draw(menuaction_s *a); static void Menu_DrawStatusBar(const char *string); static void MenuList_Draw(menulist_s *l);