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

@ -37,7 +37,6 @@ SDL3_0.0.0 {
SDL_CleanupTLS;
SDL_ClearComposition;
SDL_ClearError;
SDL_ClearHints;
SDL_CloseGamepad;
SDL_CloseJoystick;
SDL_CloseSensor;