diff --git a/src/joystick/hidapi/SDL_hidapi_steam.c b/src/joystick/hidapi/SDL_hidapi_steam.c index 624e8b5dd5..3a50d1fc89 100644 --- a/src/joystick/hidapi/SDL_hidapi_steam.c +++ b/src/joystick/hidapi/SDL_hidapi_steam.c @@ -75,18 +75,10 @@ typedef struct SteamControllerStateInternal_t short sRightPadX; short sRightPadY; - // Center pad coordinates - short sCenterPadX; - short sCenterPadY; - // Left analog stick coordinates short sLeftStickX; short sLeftStickY; - // Right analog stick coordinates - short sRightStickX; - short sRightStickY; - unsigned short sTriggerL; unsigned short sTriggerR;