summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-06-15 15:31:22 +0000
committerfrosch <frosch@openttd.org>2013-06-15 15:31:22 +0000
commitfef30983e643943df24a7090a7175cfa66f3ba15 (patch)
tree5129b4c530168788d3a4ebec180d3c910c37b942 /src/window_gui.h
parentee4e68bd5e4882397bc023040a2977047d22ccb7 (diff)
downloadopenttd-fef30983e643943df24a7090a7175cfa66f3ba15.tar.xz
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index cffe2a918..820d90e2b 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -20,12 +20,6 @@
#include "core/smallvec_type.hpp"
#include "core/smallmap_type.hpp"
-/** State of handling an event. */
-enum EventState {
- ES_HANDLED, ///< The passed event is handled.
- ES_NOT_HANDLED, ///< The passed event is not handled.
-};
-
/**
* Flags to describe the look of the frame
*/