summaryrefslogtreecommitdiff
path: root/src/strife/m_menu.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-29 22:58:13 +0000
committerSimon Howard2011-10-29 22:58:13 +0000
commit4bf764a5b8952856b1ca04f1282121e8054938de (patch)
tree1a5992de07f5b5377854dd3a0aab42ff7c81db10 /src/strife/m_menu.c
parentcfbdd3d79d1e3cc48165536cb7b4166b94f77e9b (diff)
downloadchocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.tar.gz
chocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.tar.bz2
chocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.zip
Enable gcc warning to detect redundant declarations, and clean up
instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468
Diffstat (limited to 'src/strife/m_menu.c')
-rw-r--r--src/strife/m_menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index 2fa63abc..10b9854e 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -174,7 +174,6 @@ void M_EndGame(int choice);
void M_ReadThis(int choice);
void M_ReadThis2(int choice);
void M_ReadThis3(int choice); // [STRIFE]
-void M_QuitStrife(int choice);
//void M_ChangeMessages(int choice); [STRIFE]
void M_ChangeSensitivity(int choice);
@@ -186,7 +185,6 @@ void M_StartGame(int choice);
void M_Sound(int choice);
//void M_FinishReadThis(int choice); - [STRIFE] unused
-void M_LoadSelect(int choice);
void M_SaveSelect(int choice);
void M_ReadSaveStrings(void);
void M_QuickSave(void);
@@ -210,10 +208,8 @@ void M_DrawEmptyCell(menu_t *menu,int item);
void M_DrawSelCell(menu_t *menu,int item);
int M_StringWidth(char *string);
int M_StringHeight(char *string);
-void M_StartControlPanel(void);
void M_StartMessage(char *string,void *routine,boolean input);
void M_StopMessage(void);
-void M_ClearMenus (int choice);