remove old SDL stuff

This commit is contained in:
Glenn Maynard
2006-09-15 23:48:15 +00:00
parent db88a9a4fd
commit 6c8d5774fc
2 changed files with 1 additions and 14 deletions
+1 -6
View File
@@ -3,10 +3,7 @@
#include "arch/arch_platform.h"
/* Define the default driver sets. It's okay to have in the sets drivers that
* might not be available, just as long as you don't mind if they're used when
* they are available. (For example, if we're using X11, we don't want
* InputHandler_SDL to be used.) */
/* Define the default driver sets. */
/* InputHandler drivers */
#if defined (HAVE_XDK)
@@ -17,8 +14,6 @@
#define DEFAULT_INPUT_DRIVER_LIST "X11,Joystick"
#elif defined(MACOSX)
# define DEFAULT_INPUT_DRIVER_LIST "Carbon"
#elif defined(HAVE_SDL)
#define DEFAULT_INPUT_DRIVER_LIST "SDL"
#elif defined(LINUX)
#define DEFAULT_INPUT_DRIVER_LIST "Joystick"
#else