aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio.c b/src/audio.c
index 9e80c6762..de5296f2e 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -167,7 +167,6 @@ void initAudioConfig() {
}
switch(audio_configFormat->bits) {
- case 8:
case 16:
break;
default:
@@ -184,7 +183,6 @@ void initAudioConfig() {
}
switch(audio_configFormat->channels) {
- case 1:
case 2:
break;
default: