From 6389f445c4ffab35308a608de53719ec97540881 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Jun 2025 10:47:08 -0700 Subject: [PATCH] Update src/audio/SDL_audio.c --- src/audio/SDL_audio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c index 979484c858..cf16e6ab6b 100644 --- a/src/audio/SDL_audio.c +++ b/src/audio/SDL_audio.c @@ -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;