foxygit / doom Log in
commit ac2436b776316bcc654a52b3f4b3325ba3c1dc3c
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Sep 7 15:30:47 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Nov 1 17:55:30 2022 +0200

    doom: Remove commented out code
---
 src/doom/d_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 61153529..1429e8aa 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -104,9 +104,6 @@ boolean         nomonsters;	// checkparm of -nomonsters
 boolean         respawnparm;	// checkparm of -respawn
 boolean         fastparm;	// checkparm of -fast

-//extern int soundVolume;
-//extern  int	sfxVolume;
-//extern  int	musicVolume;

 extern  boolean	inhelpscreens;