Remove support for OSF

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/28/head
Michele Calgaro 2 months ago
parent c5d75fd96d
commit 5262797f5a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;

Loading…
Cancel
Save