Removed SDL_GetErrorMsg(), trivially implemented in application code

This commit is contained in:
Sam Lantinga 2023-12-01 09:08:23 -08:00
parent 66e532fa61
commit ecd56bb8f0
6 changed files with 5 additions and 26 deletions

View file

@ -164,7 +164,6 @@ SDL3_0.0.0 {
SDL_GetDisplayUsableBounds;
SDL_GetDisplays;
SDL_GetError;
SDL_GetErrorMsg;
SDL_GetEventFilter;
SDL_GetFullscreenDisplayModes;
SDL_GetGamepadAppleSFSymbolsNameForAxis;