audio: Removed unused AllowsArbitraryDeviceNames variable.

This commit is contained in:
Ryan C. Gordon
2023-10-02 23:07:00 -04:00
parent f1fc198278
commit 6c33a05bdb
5 changed files with 0 additions and 5 deletions

View File

@@ -160,7 +160,6 @@ static SDL_bool DISKAUDIO_Init(SDL_AudioDriverImpl *impl)
impl->CloseDevice = DISKAUDIO_CloseDevice;
impl->DetectDevices = DISKAUDIO_DetectDevices;
impl->AllowsArbitraryDeviceNames = SDL_TRUE;
impl->HasCaptureSupport = SDL_TRUE;
return SDL_TRUE;