Revert "audio: Added SDL_SetAudioIterationCallbacks()."

This reverts commit 608f706a95.

Didn't end up using this in SDL3_mixer, and it's a super-awkward API if we
don't need it.

I _might_ bite the bullet and let people lock a physical audio device, though,
as I could see that being useful but less awkward for the same reasons I
originally wanted it.
This commit is contained in:
Ryan C. Gordon
2025-07-25 01:29:13 -04:00
parent e5d57d8ad6
commit c80d6954cb
6 changed files with 1 additions and 127 deletions

View File

@@ -1251,7 +1251,6 @@ SDL3_0.0.0 {
SDL_GetGPUDeviceProperties;
SDL_CreateGPURenderer;
SDL_PutAudioStreamPlanarData;
SDL_SetAudioIterationCallbacks;
SDL_GetEventDescription;
SDL_PutAudioStreamDataNoCopy;
SDL_IsTraySupported;