Skip to content

Commit

Permalink
joystick: Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 6, 2018
1 parent c7b7137 commit a7563bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/linux/SDL_sysjoystick.c
Expand Up @@ -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
Expand Down

0 comments on commit a7563bc

Please sign in to comment.