summaryrefslogtreecommitdiff
path: root/src/d_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_event.h')
-rw-r--r--src/d_event.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/d_event.h b/src/d_event.h
index e544e79a..da3ee926 100644
--- a/src/d_event.h
+++ b/src/d_event.h
@@ -55,22 +55,6 @@ typedef struct
} event_t;
-typedef enum
-{
- ga_nothing,
- ga_loadlevel,
- ga_newgame,
- ga_loadgame,
- ga_savegame,
- ga_playdemo,
- ga_completed,
- ga_victory,
- ga_worlddone,
- ga_screenshot
-} gameaction_t;
-
-
-
//
// Button/action code definitions.
//
@@ -107,12 +91,6 @@ typedef enum
-//
-// GLOBAL VARIABLES
-//
-
-extern gameaction_t gameaction;
-
// Called by IO functions when input is detected.
void D_PostEvent (event_t *ev);