Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
joystick: Removed unused variable.
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/joystick/linux/SDL_sysjoystick.c
|
@@ -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 |
|
|