From c5bcefa7e8866089d67cdc920afb2b60bd04d3aa Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 21 Aug 2018 13:44:11 -0700 Subject: [PATCH] Fixed duplicate definition of SDL_JoystickID --- include/SDL_sensor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL_sensor.h b/include/SDL_sensor.h index 8ab41780cff78..a093056d5f79a 100644 --- a/include/SDL_sensor.h +++ b/include/SDL_sensor.h @@ -57,8 +57,7 @@ typedef struct _SDL_Sensor SDL_Sensor; * * The ID value starts at 0 and increments from there. The value -1 is an invalid ID. */ -typedef Sint32 SDL_JoystickID; -typedef int SDL_SensorID; +typedef Sint32 SDL_SensorID; /* The different sensor types */ typedef enum