I'm not entirely sure why someone thought it was appropriate to call someone else's code "Useless!" in the source code. (The comment was also entirely wrong: the driver was used for prototyping on a system that used SDL for video but received input from a TTY, which SDL didn't support.)

This commit is contained in:
Glenn Maynard
2005-10-24 07:17:24 +00:00
parent a1f58e11eb
commit 45ec442600
@@ -10,8 +10,6 @@
#ifdef HAVE_LINUXKERNEL
#include "InputHandler_Linux_Joystick.h"
// XXX: Useless! Depends on SDL, which we'd use for input if it was available!
// #include "InputHandler_Linux_tty.h"
#endif
#include "InputHandler_MonkeyKeyboard.h"