diff options
Diffstat (limited to 'Alc/backends/dsound.c')
-rw-r--r-- | Alc/backends/dsound.c | 4 |
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); |