mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-14 22:05:59 +00:00
audio: Removed unused AllowsArbitraryDeviceNames variable.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user