foxygit / doom Log in
commit 5ab98fd0f9d7426192f6021d6b8d3b33b42e30b3
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Oct 11 12:01:13 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Oct 11 12:01:13 2022 +0300

    heretic: Remove commented out code
---
 src/heretic/f_finale.c | 2 --
 src/heretic/sb_bar.c   | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/heretic/f_finale.c b/src/heretic/f_finale.c
index 6bc5368f..b378f7ff 100644
--- a/src/heretic/f_finale.c
+++ b/src/heretic/f_finale.c
@@ -148,8 +148,6 @@ void F_Ticker(void)
 =======================
 */

-//#include "hu_stuff.h"
-//extern        patch_t *hu_font[HU_FONTSIZE];

 void F_TextWrite(void)
 {
diff --git a/src/heretic/sb_bar.c b/src/heretic/sb_bar.c
index 8884a9c0..e200f13c 100644
--- a/src/heretic/sb_bar.c
+++ b/src/heretic/sb_bar.c
@@ -1073,7 +1073,6 @@ static void CheatNoClipFunc(player_t * player, Cheat_t * cheat)
 static void CheatWeaponsFunc(player_t * player, Cheat_t * cheat)
 {
     int i;
-    //extern boolean *WeaponInShareware;

     player->armorpoints = 200;
     player->armortype = 2;