diff options
author | Chris Robinson <[email protected]> | 2012-02-20 20:45:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-20 20:45:22 -0800 |
commit | e2ccc6f98e63dc2ba74e2c989be3fc899602848d (patch) | |
tree | c8ba48b3f6276ff37537d0240e4630852b8443df /Alc/backends/oss.c | |
parent | d24ada7ab7605a7e990fe299fc7d56a08e870c84 (diff) |
Always use "OpenAL Soft" for the short device enumeration list
Diffstat (limited to 'Alc/backends/oss.c')
-rw-r--r-- | Alc/backends/oss.c | 10 |
1 files changed, 0 insertions, 10 deletions
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 |