Removed SDL_ClearHints() from the public API

Fixes https://github.com/libsdl-org/SDL/issues/9129
This commit is contained in:
Sam Lantinga
2024-02-24 20:29:39 -08:00
parent a1ea706215
commit 276566235c
7 changed files with 5 additions and 20 deletions

View File

@@ -740,6 +740,9 @@ The following hints have been renamed:
* SDL_HINT_LINUX_JOYSTICK_DEADZONES => SDL_HINT_JOYSTICK_LINUX_DEADZONES
* SDL_HINT_PS2_DYNAMIC_VSYNC => SDL_HINT_RENDER_PS2_DYNAMIC_VSYNC
The following functions have been removed:
* SDL_ClearHints() - replaced with SDL_ResetHints()
## SDL_init.h
The following symbols have been renamed: