Update src/audio/SDL_audio.c

This commit is contained in:
Sam Lantinga 2025-06-21 10:47:08 -07:00 committed by GitHub
parent 0ebdd5ae95
commit 6389f445c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -941,9 +941,6 @@ bool SDL_InitAudio(const char *driver_name)
driver_name = SDL_GetHint(SDL_HINT_AUDIO_DRIVER);
}
// save this off in case we kept any streams from a previous init/quit.
SDL_AudioStream *streams = current_audio.existing_streams;
bool initialized = false;
bool tried_to_init = false;