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/h2_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/hexen/h2_main.c') diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 49d7f21b..3d9ae87d 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -77,7 +77,6 @@ typedef struct void R_ExecuteSetViewSize(void); void D_CheckNetGame(void); -void F_Drawer(void); boolean F_Responder(event_t * ev); void I_StartupKeyboard(void); void I_StartupJoystick(void); @@ -111,7 +110,6 @@ static void WarpCheck(void); extern boolean automapactive; extern boolean MenuActive; extern boolean askforquit; -extern char *SavePath; // PUBLIC DATA DEFINITIONS ------------------------------------------------- -- cgit v1.2.3