mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
Remove references to SDL_CreatePixelFormat and SDL_DestroyPixelFormat
This commit is contained in:
parent
9ecc531970
commit
131108ee48
2 changed files with 2 additions and 7 deletions
|
@ -68,7 +68,6 @@ SDL3_0.0.0 {
|
|||
SDL_CreateHapticEffect;
|
||||
SDL_CreateMutex;
|
||||
SDL_CreatePalette;
|
||||
SDL_CreatePixelFormat;
|
||||
SDL_CreatePopupWindow;
|
||||
SDL_CreateProperties;
|
||||
SDL_CreateRWLock;
|
||||
|
@ -102,7 +101,6 @@ SDL3_0.0.0 {
|
|||
SDL_DestroyHapticEffect;
|
||||
SDL_DestroyMutex;
|
||||
SDL_DestroyPalette;
|
||||
SDL_DestroyPixelFormat;
|
||||
SDL_DestroyProperties;
|
||||
SDL_DestroyRWLock;
|
||||
SDL_DestroyRenderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue