Remove references to SDL_CreatePixelFormat and SDL_DestroyPixelFormat

This commit is contained in:
Anonymous Maarten 2024-07-11 13:29:45 +02:00 committed by Sam Lantinga
parent 9ecc531970
commit 131108ee48
2 changed files with 2 additions and 7 deletions

View file

@ -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;