mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-07 18:39:37 +01:00
linux/SDL_sysjoystick.c (MaybeRemoveDevice): remove SDL_USE_LIBUDEV guards
fixes bug #5349.
This commit is contained in:
parent
94a047f718
commit
c122e9b9ce
@ -343,7 +343,6 @@ MaybeAddDevice(const char *path)
|
||||
return numjoysticks;
|
||||
}
|
||||
|
||||
#if SDL_USE_LIBUDEV
|
||||
static int
|
||||
MaybeRemoveDevice(const char *path)
|
||||
{
|
||||
@ -386,7 +385,6 @@ MaybeRemoveDevice(const char *path)
|
||||
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
HandlePendingRemovals(void)
|
||||
|
Loading…
Reference in New Issue
Block a user