summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputmanager.h')
-rw-r--r--src/input/inputmanager.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h
index bf9e04f34..dcdcfc4c7 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.h
@@ -32,24 +32,8 @@
const unsigned int KeyFunctionSize = 3;
-// hack to avoid conflicts with windows headers.
-#ifdef INPUT_KEYBOARD
-#undef INPUT_KEYBOARD
-#endif
-#ifdef INPUT_MOUSE
-#undef INPUT_MOUSE
-#endif
-
class Setup_Input;
-enum KeyTypes
-{
- INPUT_UNKNOWN = 0,
- INPUT_KEYBOARD = 1,
- INPUT_MOUSE = 2,
- INPUT_JOYSTICK = 3
-};
-
struct KeyItem final
{
KeyItem() :