aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/null.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/null.c
parentd24ada7ab7605a7e990fe299fc7d56a08e870c84 (diff)
Always use "OpenAL Soft" for the short device enumeration list
Diffstat (limited to 'Alc/backends/null.c')
-rw-r--r--Alc/backends/null.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/backends/null.c b/Alc/backends/null.c
index 7b501b58..8e581f15 100644
--- a/Alc/backends/null.c
+++ b/Alc/backends/null.c
@@ -152,9 +152,6 @@ void alc_null_probe(enum DevProbe type)
{
switch(type)
{
- case DEVICE_PROBE:
- AppendDeviceList(nullDevice);
- break;
case ALL_DEVICE_PROBE:
AppendAllDeviceList(nullDevice);
break;