diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 14:52:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 14:52:18 +0900 |
commit | 5262797f5adb43fc2267e85eb769c8671232b14b (patch) | |
tree | 0e7143a357524c789dd39a71a4f8d32e1eca7b7d /soundserver | |
parent | c5d75fd96d0fb56932c9e71e3e9f75c8a44e0e3a (diff) | |
download | arts-5262797f5adb43fc2267e85eb769c8671232b14b.tar.gz arts-5262797f5adb43fc2267e85eb769c8671232b14b.zip |
Remove support for OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'soundserver')
-rw-r--r-- | soundserver/artsd.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/soundserver/artsd.cpp b/soundserver/artsd.cpp index 50cfb6e..07b260d 100644 --- a/soundserver/artsd.cpp +++ b/soundserver/artsd.cpp @@ -116,12 +116,7 @@ static const char *cfgCrashApp = 0; static bool cfgFullDuplex = 0; static bool cfgForceStart = 0; static const char *cfgDeviceName = 0; -#if defined(__osf__) -// osf/1 does not have sound devices so avoid the default auto-detect -static const char *cfgAudioIO = "null"; -#else static const char *cfgAudioIO = 0; -#endif static int cfgAutoSuspend = 0; static int cfgBuffers = 0; static float cfgVolume = 0.0; |