mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 04:35:03 +00:00
Removed unused variables
This commit is contained in:
parent
7e005bd843
commit
b3a18706ee
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue