mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Removed mostly unused SDL_errorcode
This commit is contained in:
@@ -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: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user