diff --git a/src/Input.cpp b/src/Input.cpp index 3ba7e5ca..ffdd1344 100644 --- a/src/Input.cpp +++ b/src/Input.cpp @@ -29,9 +29,6 @@ BOOL InitDirectInput(void) { SDL_InitSubSystem(SDL_INIT_JOYSTICK); - if (!HookAllDirectInputDevices()) - return FALSE; - return TRUE; }