From 87be507ed7d66194903cfd80db76a30275469260 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 19:33:03 +0000 Subject: Split event code into a separate d_event.c file. Subversion-branch: /branches/raven-branch Subversion-revision: 1203 --- src/doom/d_main.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/doom/d_main.h') 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); -- cgit v1.2.3