mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-13 05:16:01 +00:00
Renamed SDL_Del* to SDL_Remove*
This commit is contained in:
@@ -1287,8 +1287,8 @@ int SDL_hid_exit(void)
|
||||
}
|
||||
#endif // HAVE_LIBUSB
|
||||
|
||||
SDL_DelHintCallback(SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS, OnlyControllersChanged, NULL);
|
||||
SDL_DelHintCallback(SDL_HINT_HIDAPI_IGNORE_DEVICES, IgnoredDevicesChanged, NULL);
|
||||
SDL_RemoveHintCallback(SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS, OnlyControllersChanged, NULL);
|
||||
SDL_RemoveHintCallback(SDL_HINT_HIDAPI_IGNORE_DEVICES, IgnoredDevicesChanged, NULL);
|
||||
|
||||
if (SDL_hidapi_ignored_devices) {
|
||||
SDL_free(SDL_hidapi_ignored_devices);
|
||||
|
Reference in New Issue
Block a user