summaryrefslogtreecommitdiff
path: root/src/strife/d_main.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/d_main.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/d_main.c')
-rw-r--r--src/strife/d_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 08274636..89f99648 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -165,8 +165,6 @@ static int comport = 0;
static char *nickname = NULL;
void D_CheckNetGame (void);
-void D_ProcessEvents (void);
-void D_DoAdvanceDemo (void);
//
@@ -490,8 +488,6 @@ boolean D_GrabMouseCallback(void)
//
// haleyjd 08/23/10: [STRIFE] Verified unmodified.
//
-extern boolean demorecording;
-
void D_DoomLoop (void)
{
if (demorecording)