audio: Removed an unnecessary commented-out line.

main
Ryan C. Gordon 2022-01-23 01:28:36 -05:00
parent 0dda8a7f4c
commit e0236c02ce
1 changed files with 0 additions and 1 deletions

View File

@ -950,7 +950,6 @@ SDL_AudioInit(const char *driver_name)
SDL_AudioQuit(); /* shutdown driver if already running. */ SDL_AudioQuit(); /* shutdown driver if already running. */
} }
// SDL_zero(current_audio); -- no need at this point, done before init()
SDL_zeroa(open_devices); SDL_zeroa(open_devices);
/* Select the proper audio driver */ /* Select the proper audio driver */