From 49b6bb50c9335ac702b7f0dbaebaed999c97c7e8 Mon Sep 17 00:00:00 2001 From: Mitch Cairns Date: Mon, 28 Jul 2025 10:16:49 -0700 Subject: [PATCH] Remove Unused Type --- src/joystick/hidapi/SDL_hidapi_sinput.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_sinput.c b/src/joystick/hidapi/SDL_hidapi_sinput.c index 4ee603bde7..cfe7e3bb2b 100644 --- a/src/joystick/hidapi/SDL_hidapi_sinput.c +++ b/src/joystick/hidapi/SDL_hidapi_sinput.c @@ -56,8 +56,6 @@ #define SINPUT_DEVICE_COMMAND_PLAYERLED 0x03 #define SINPUT_DEVICE_COMMAND_JOYSTICKRGB 0x04 -#define SINPUT_GENERIC_SUBTYPE_SUPERGAMEPADPLUS 0x01 - #define SINPUT_HAPTIC_TYPE_PRECISE 0x01 #define SINPUT_HAPTIC_TYPE_ERMSIMULATION 0x02