diff --git a/stepmania/src/arch/arch_linux.h b/stepmania/src/arch/arch_linux.h index 6c3b8787b7..5cf9936c22 100644 --- a/stepmania/src/arch/arch_linux.h +++ b/stepmania/src/arch/arch_linux.h @@ -9,15 +9,6 @@ #include "Sound/RageSoundDriver_OSS.h" -/* - * Sometimes Alsa and OSS fail to load, so - * SDL should be a fallback, even though it - * doesn't work perfectly. - */ -/* No, it shouldn't. If they fail to load, we should receive a bug report - * and fix our code, not have it silently fall back on a broken driver. -glenn */ -// #include "Sound/RageSoundDriver_SDL.h" - #ifdef HAVE_GTK # include "LoadingWindow/LoadingWindow_Gtk.h" #endif