Remove twi unsused declarations.

This commit is contained in:
Yamagi 2022-06-11 16:40:15 +02:00
parent 041f808ff4
commit a8ae79c6ab
2 changed files with 0 additions and 3 deletions

View file

@ -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;

View file

@ -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);