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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doom/d_main.h b/src/doom/d_main.h
index 14536447..79f7c7e3 100644
--- a/src/doom/d_main.h
+++ b/src/doom/d_main.h
@@ -41,13 +41,6 @@
//
void D_DoomMain (void);
-// Called by IO functions when input is detected.
-void D_PostEvent (event_t *ev);
-
-// Read an event from the event queue
-
-event_t *D_PopEvent(void);
-
// Read events from all input devices
void D_ProcessEvents (void);