diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 14:52:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 18:36:57 +0900 |
commit | 58123c915ce1e6539783f50b66514897ba1be588 (patch) | |
tree | 24cb927076999b22d2121a75e75d8927ce4889a9 | |
parent | b81d81b8e533643a5b76c5a55e2ff1b866715336 (diff) | |
download | arts-58123c915ce1e6539783f50b66514897ba1be588.tar.gz arts-58123c915ce1e6539783f50b66514897ba1be588.zip |
Remove support for OSF
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5262797f5adb43fc2267e85eb769c8671232b14b)
-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; |