From e2ccc6f98e63dc2ba74e2c989be3fc899602848d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 20 Feb 2012 20:45:22 -0800 Subject: Always use "OpenAL Soft" for the short device enumeration list --- Alc/backends/solaris.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Alc/backends/solaris.c') diff --git a/Alc/backends/solaris.c b/Alc/backends/solaris.c index 445ec9ef..02a6c9a5 100644 --- a/Alc/backends/solaris.c +++ b/Alc/backends/solaris.c @@ -268,9 +268,6 @@ void alc_solaris_probe(enum DevProbe type) switch(type) { - case DEVICE_PROBE: - AppendDeviceList(solaris_device); - break; case ALL_DEVICE_PROBE: AppendAllDeviceList(solaris_device); break; -- cgit v1.2.3