foxygit / doom Log in
commit 252a532e9b8fa76408b5b4c3b3923c0efff92361
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 18:33:59 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Mon Oct 3 12:51:57 2022 +0300

    hexen: Remove commented out code
---
 src/hexen/am_map.h | 1 -
 src/hexen/sb_bar.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h
index a36bd9c6..2ee3397e 100644
--- a/src/hexen/am_map.h
+++ b/src/hexen/am_map.h
@@ -117,6 +117,5 @@ typedef struct
     fixed_t slp, islp;
 } islope_t;

-// extern int f_x, f_y, f_w, f_h;

 #endif
diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c
index 1486d329..de7f9a61 100644
--- a/src/hexen/sb_bar.c
+++ b/src/hexen/sb_bar.c
@@ -1639,7 +1639,6 @@ static void CheatNoClipFunc(player_t * player, Cheat_t * cheat)
 static void CheatWeaponsFunc(player_t * player, Cheat_t * cheat)
 {
     int i;
-    //extern boolean *WeaponInShareware;

     for (i = 0; i < NUMARMOR; i++)
     {