diff options
-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; |