summaryrefslogtreecommitdiff
path: root/src/i_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_system.h')
-rw-r--r--src/i_system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i_system.h b/src/i_system.h
index 2af3aa33..b34f61e4 100644
--- a/src/i_system.h
+++ b/src/i_system.h
@@ -80,11 +80,6 @@ void I_AtExit(atexit_func_t func, boolean run_if_error);
void I_BindVariables(void);
-// Display the Endoom screen on shutdown. Pass a pointer to the
-// ENDOOM lump.
-
-void I_Endoom(byte *data);
-
// Print startup banner copyright message.
void I_PrintStartupBanner(char *gamedescription);