audio: Removed an unnecessary commented-out line.
diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c
index 38e1f25..3a31e15 100644
--- a/src/audio/SDL_audio.c
+++ b/src/audio/SDL_audio.c
@@ -950,7 +950,6 @@ SDL_AudioInit(const char *driver_name)
SDL_AudioQuit(); /* shutdown driver if already running. */
}
- // SDL_zero(current_audio); -- no need at this point, done before init()
SDL_zeroa(open_devices);
/* Select the proper audio driver */