Fixed compiler warnings

This commit is contained in:
Sam Lantinga
2020-03-13 09:43:48 -07:00
parent 5722e88481
commit 80d075a01a
2 changed files with 4 additions and 5 deletions

View File

@@ -220,7 +220,6 @@ AddXInputDevice(Uint8 userid, BYTE SubType, JoyStick_DeviceData **pContext)
Uint16 vendor = 0;
Uint16 product = 0;
Uint16 version = 0;
const char *name;
JoyStick_DeviceData *pPrevJoystick = NULL;
JoyStick_DeviceData *pNewJoystick = *pContext;