foxygit / doom Log in
commit 1112e6d783cad35adf994f6281e619b27852c839
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 16:31:37 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Remove commented out code
---
 src/strife/d_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 56eaf642..ddbc9d06 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -199,7 +199,6 @@ void D_ProcessEvents (void)
 // * 20110206: Start wipegamestate at GS_UNKNOWN (STRIFE-TODO: rename?)
 //
 gamestate_t     wipegamestate = GS_UNKNOWN;
-//extern  int             showMessages; [STRIFE] no such variable

 void D_Display (void)
 {