From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: 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 --- src/hexen/mn_menu.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/hexen/mn_menu.c') diff --git a/src/hexen/mn_menu.c b/src/hexen/mn_menu.c index 32458a1e..301c5c1d 100644 --- a/src/hexen/mn_menu.c +++ b/src/hexen/mn_menu.c @@ -129,8 +129,6 @@ void MN_LoadSlotText(void); // EXTERNAL DATA DECLARATIONS ---------------------------------------------- extern int detailLevel; -extern char *SavePath; -extern int key_speed, key_strafe; extern boolean gamekeydown[256]; // The NUMKEYS macro is local to g_game // PUBLIC DATA DEFINITIONS ------------------------------------------------- @@ -1012,8 +1010,6 @@ static void SCClass(int option) static void SCSkill(int option) { - extern int SB_state; - PlayerClass[consoleplayer] = MenuPClass; G_DeferredNewGame(option); SB_SetClassData(); -- cgit v1.2.3