From 45ec442600e66a48ebed0fb6da81a5d794214379 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Oct 2005 07:17:24 +0000 Subject: [PATCH] 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.) --- stepmania/src/arch/InputHandler/Selector_InputHandler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/arch/InputHandler/Selector_InputHandler.h b/stepmania/src/arch/InputHandler/Selector_InputHandler.h index 8c78ba6b12..00ef35f17c 100644 --- a/stepmania/src/arch/InputHandler/Selector_InputHandler.h +++ b/stepmania/src/arch/InputHandler/Selector_InputHandler.h @@ -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"