joystick: Removed unused variable.

This commit is contained in:
Ryan C. Gordon 2018-12-05 19:03:15 -05:00
parent c7b713714a
commit a7563bcd3d

View File

@ -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