Remove redundant defines.

This commit is contained in:
Steve Checkoway
2005-10-24 08:17:12 +00:00
parent 3f93a76b21
commit cb229a8774
8 changed files with 19 additions and 21 deletions
@@ -17,7 +17,7 @@
// 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(HAVE_CARBON)
#elif defined(__MACOSX__)
#include "InputHandler_Carbon.h"
#elif defined(HAVE_SDL)
#include "InputHandler_SDL.h"