mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
audio: Removed an unnecessary commented-out line.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user