diff --git a/src/Input/input.hxx b/src/Input/input.hxx index ca15e458d..7a981b0fa 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -151,12 +151,7 @@ private: enum { MAX_KEYS = 1024, - - #ifdef WIN32 - MAX_JOYSTICKS = 2, - #else MAX_JOYSTICKS = 10, - #endif MAX_JOYSTICK_AXES = _JS_MAX_AXES, MAX_JOYSTICK_BUTTONS = 32,