audio: Fix up some things that broke when rebasing the branch against main.

This commit is contained in:
Ryan C. Gordon 2023-07-21 19:48:39 -04:00
parent 6567285eae
commit 5707e14716
No known key found for this signature in database
GPG key ID: FA148B892AB48044
4 changed files with 1 additions and 13 deletions

View file

@ -42,7 +42,6 @@ SDL3_0.0.0 {
SDL_CloseJoystick;
SDL_CloseSensor;
SDL_ComposeCustomBlendMode;
SDL_ConvertAudioSamples;
SDL_ConvertEventToRenderCoordinates;
SDL_ConvertPixels;
SDL_ConvertSurface;
@ -487,7 +486,6 @@ SDL3_0.0.0 {
SDL_OpenSensor;
SDL_OpenURL;
SDL_PeepEvents;
SDL_PlayAudioDevice;
SDL_PollEvent;
SDL_PostSemaphore;
SDL_PremultiplyAlpha;