commit fa63b210c5da2be17a88443e3d292ea3ede216ca
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 20:22:51 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 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 476e5816..fd030bd1 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -114,10 +114,6 @@ boolean randomparm; // [STRIFE] haleyjd 20130915: checkparm of -rand
boolean showintro = true; // [STRIFE] checkparm of -nograph, disables intro
-//extern int soundVolume;
-//extern int sfxVolume;
-//extern int musicVolume;
-
extern boolean inhelpscreens;
skill_t startskill;