mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Removed unused variables
This commit is contained in:
@@ -97,8 +97,6 @@ SDL_JoystickAttachVirtualInner(const SDL_VirtualJoystickDesc *desc)
|
|||||||
joystick_hwdata *hwdata = NULL;
|
joystick_hwdata *hwdata = NULL;
|
||||||
int device_index = -1;
|
int device_index = -1;
|
||||||
const char *name = NULL;
|
const char *name = NULL;
|
||||||
Uint16 button_mask = 0;
|
|
||||||
Uint16 axis_mask = 0;
|
|
||||||
Uint16 *guid16;
|
Uint16 *guid16;
|
||||||
int axis_triggerleft = -1;
|
int axis_triggerleft = -1;
|
||||||
int axis_triggerright = -1;
|
int axis_triggerright = -1;
|
||||||
|
Reference in New Issue
Block a user