remove old sdl stuff

This commit is contained in:
Glenn Maynard
2006-09-15 23:52:37 +00:00
parent 6c8d5774fc
commit 6a1db3af03
8 changed files with 1 additions and 644 deletions
@@ -14,13 +14,10 @@
#include "InputHandler_MonkeyKeyboard.h"
// NOTE: If X11 is available, we don't use LLW_SDL, which IH_SDL depends on.
#if defined(HAVE_X11)
#include "InputHandler_X11.h"
#elif defined(MACOSX)
#include "InputHandler_Carbon.h"
#elif defined(HAVE_SDL)
#include "InputHandler_SDL.h"
#endif
#if defined(WINDOWS)