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/oss.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Alc/backends/oss.c') diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c index 0e4a5393..21c62d13 100644 --- a/Alc/backends/oss.c +++ b/Alc/backends/oss.c @@ -500,16 +500,6 @@ void alc_oss_probe(enum DevProbe type) { switch(type) { - case DEVICE_PROBE: - { -#ifdef HAVE_STAT - struct stat buf; - if(stat(GetConfigValue("oss", "device", "/dev/dsp"), &buf) == 0) -#endif - AppendDeviceList(oss_device); - } - break; - case ALL_DEVICE_PROBE: { #ifdef HAVE_STAT -- cgit v1.2.3