summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
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
*/