mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Remove twi unsused declarations.
This commit is contained in:
parent
041f808ff4
commit
a8ae79c6ab
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue