remove odl comment

This commit is contained in:
Glenn Maynard
2003-07-19 21:20:34 +00:00
parent 62d2fdc3bd
commit 969585516e
-9
View File
@@ -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