summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.c b/settings.c
index 7e7b0f3..dd2d197 100644
--- a/settings.c
+++ b/settings.c
@@ -47,8 +47,6 @@ bool cSettings::processArgs(int argc, char *argv[])
case 'a':
if (optarg && strcmp(optarg, "alsa") == 0) {
audioDriver(ALSA);
- } else if (optarg && strcmp(optarg, "oss") == 0) {
- audioDriver(OSS);
#ifdef PULSEAUDIO
} else if (optarg && strcmp(optarg, "pa") == 0) {
audioDriver(PA);