aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio.c')
-rw-r--r--audio/audio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/audio.c b/audio/audio.c
index fbc8431..cd4f0da 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -60,9 +60,6 @@ static struct audio_driver *drvtab[] = {
#ifdef CONFIG_WINAUDIO
&win_audio_driver,
#endif
-#ifdef CONFIG_SDL
- &sdl_audio_driver,
-#endif
#ifdef CONFIG_OSS
&oss_audio_driver,
#endif