summaryrefslogtreecommitdiff
path: root/src/doom/d_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/d_main.h')
-rw-r--r--src/doom/d_main.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/doom/d_main.h b/src/doom/d_main.h
index 79f7c7e3..da59d59d 100644
--- a/src/doom/d_main.h
+++ b/src/doom/d_main.h
@@ -33,14 +33,6 @@
-//
-// D_DoomMain()
-// Not a globally visible function, just included for source reference,
-// calls all startup code, parses command line options.
-// If not overrided by user input, calls N_AdvanceDemo.
-//
-void D_DoomMain (void);
-
// Read events from all input devices
void D_ProcessEvents (void);