mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
joystick: Removed unused variable.
This commit is contained in:
parent
c7b713714a
commit
a7563bcd3d
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ static int
|
|||
IsJoystick(int fd, char *namebuf, const size_t namebuflen, SDL_JoystickGUID *guid)
|
||||
{
|
||||
struct input_id inpid;
|
||||
Uint32 id;
|
||||
Uint16 *guid16 = (Uint16 *)guid->data;
|
||||
|
||||
#if !SDL_USE_LIBUDEV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue