|
@@ -343,7 +343,6 @@ MaybeAddDevice(const char *path)
|
|
return numjoysticks;
|
|
return numjoysticks;
|
|
}
|
|
}
|
|
|
|
|
|
-#if SDL_USE_LIBUDEV
|
|
|
|
static int
|
|
static int
|
|
MaybeRemoveDevice(const char *path)
|
|
MaybeRemoveDevice(const char *path)
|
|
{
|
|
{
|
|
@@ -386,7 +385,6 @@ MaybeRemoveDevice(const char *path)
|
|
|
|
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
-#endif
|
|
|
|
|
|
|
|
static void
|
|
static void
|
|
HandlePendingRemovals(void)
|
|
HandlePendingRemovals(void)
|