Removed mostly unused SDL_errorcode

This commit is contained in:
Sam Lantinga 2024-05-07 15:04:17 -07:00
parent afe7c7a644
commit 04be04c338
9 changed files with 41 additions and 60 deletions

View file

@ -127,7 +127,6 @@ SDL3_0.0.0 {
SDL_EnumerateDirectory;
SDL_EnumerateProperties;
SDL_EnumerateStorageDirectory;
SDL_Error;
SDL_EventEnabled;
SDL_FillSurfaceRect;
SDL_FillSurfaceRects;
@ -597,6 +596,7 @@ SDL3_0.0.0 {
SDL_OpenTitleStorage;
SDL_OpenURL;
SDL_OpenUserStorage;
SDL_OutOfMemory;
SDL_PauseAudioDevice;
SDL_PauseHaptic;
SDL_PeepEvents;
@ -846,6 +846,7 @@ SDL3_0.0.0 {
SDL_WriteS32LE;
SDL_WriteS64BE;
SDL_WriteS64LE;
SDL_WriteStorageFile;
SDL_WriteU16BE;
SDL_WriteU16LE;
SDL_WriteU32BE;
@ -1014,7 +1015,6 @@ SDL3_0.0.0 {
SDL_wcsnstr;
SDL_wcsstr;
SDL_wcstol;
SDL_WriteStorageFile;
# extra symbols go here (don't modify this line)
local: *;
};