aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-20 20:45:22 -0800
committerChris Robinson <[email protected]>2012-02-20 20:45:22 -0800
commite2ccc6f98e63dc2ba74e2c989be3fc899602848d (patch)
treec8ba48b3f6276ff37537d0240e4630852b8443df /Alc/backends/winmm.c
parentd24ada7ab7605a7e990fe299fc7d56a08e870c84 (diff)
Always use "OpenAL Soft" for the short device enumeration list
Diffstat (limited to 'Alc/backends/winmm.c')
-rw-r--r--Alc/backends/winmm.c6
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)