mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
Removed mostly unused SDL_errorcode
This commit is contained in:
parent
afe7c7a644
commit
04be04c338
9 changed files with 41 additions and 60 deletions
|
@ -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: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue