aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.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/dsound.c
parentd24ada7ab7605a7e990fe299fc7d56a08e870c84 (diff)
Always use "OpenAL Soft" for the short device enumeration list
Diffstat (limited to 'Alc/backends/dsound.c')
-rw-r--r--Alc/backends/dsound.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/backends/dsound.c b/Alc/backends/dsound.c
index 51fd8d9b..e2375137 100644
--- a/Alc/backends/dsound.c
+++ b/Alc/backends/dsound.c
@@ -929,10 +929,6 @@ void alcDSoundProbe(enum DevProbe type)
switch(type)
{
- case DEVICE_PROBE:
- AppendDeviceList(dsDevice);
- break;
-
case ALL_DEVICE_PROBE:
for(i = 0;i < NumPlaybackDevices;++i)
free(PlaybackDeviceList[i].name);