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

    strife: Remove commented out code
---
 src/strife/g_game.c   | 1 -
 src/strife/hu_stuff.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 4c166066..a1675014 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -1369,7 +1369,6 @@ void G_ScreenShot (void)
 //
 // G_DoCompleted
 //
-//boolean         secretexit;

 //
 // G_RiftExitLevel
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index db59e49a..d513ea92 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -91,7 +91,6 @@ static boolean          message_nottobefuckedwith;
 static hu_stext_t       w_message;
 static int              message_counter;

-//extern int              showMessages; [STRIFE] no such variable

 static boolean          headsupactive = false;