diff options
Diffstat (limited to 'Alc/backends/winmm.c')
-rw-r--r-- | Alc/backends/winmm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Alc/backends/winmm.c b/Alc/backends/winmm.c index 6ca5f31d..994c073c 100644 --- a/Alc/backends/winmm.c +++ b/Alc/backends/winmm.c @@ -752,12 +752,6 @@ void alcWinMMProbe(enum DevProbe type) switch(type) { - case DEVICE_PROBE: - ProbePlaybackDevices(); - if(NumPlaybackDevices > 0) - AppendDeviceList(woDefault); - break; - case ALL_DEVICE_PROBE: ProbePlaybackDevices(); if(NumPlaybackDevices > 0) |