Commit e0236c02cea9c27a80444c2c423f9da2356f38ba

Ryan C. Gordon 2022-01-23T01:28:36

audio: Removed an unnecessary commented-out line.

1
2
3
4
5
6
7
8
9
10
11
12
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 */