summaryrefslogtreecommitdiff
path: root/src/p_setup.c
diff options
context:
space:
mode:
authorSimon Howard2010-11-30 20:44:20 +0000
committerSimon Howard2010-11-30 20:44:20 +0000
commitb8db918b1d45aa8124a4953305edba550a52db6e (patch)
tree823faaafbf811fdfc59f81a5762aea0fe6cae8b0 /src/p_setup.c
parent89187a00f3871ae48564cd34057635519f8028e2 (diff)
downloadchocolate-doom-b8db918b1d45aa8124a4953305edba550a52db6e.tar.gz
chocolate-doom-b8db918b1d45aa8124a4953305edba550a52db6e.tar.bz2
chocolate-doom-b8db918b1d45aa8124a4953305edba550a52db6e.zip
Remove "-debugfile" command line option and associated variable.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2179
Diffstat (limited to 'src/p_setup.c')
-rw-r--r--src/p_setup.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/p_setup.c b/src/p_setup.c
index 7d9d4318..3fc95cab 100644
--- a/src/p_setup.c
+++ b/src/p_setup.c
@@ -755,17 +755,7 @@ P_SetupLevel
// Make sure all sounds are stopped before Z_FreeTags.
S_Start ();
-
-#if 0 // UNUSED
- if (debugfile)
- {
- Z_FreeTags (PU_LEVEL, INT_MAX);
- Z_FileDumpHeap (debugfile);
- }
- else
-#endif
- Z_FreeTags (PU_LEVEL, PU_PURGELEVEL-1);
-
+ Z_FreeTags (PU_LEVEL, PU_PURGELEVEL-1);
// UNUSED W_Profile ();
P_InitThinkers ();