no, really, remove ugly "JoytechInput" stuff that was never actually implemented

This commit is contained in:
Glenn Maynard
2004-09-09 18:34:28 +00:00
parent 6c28f869b1
commit a3e10dee2b
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -24,8 +24,6 @@ class InputFilter
bool m_BeingHeld[NUM_INPUT_DEVICES][MAX_DEVICE_BUTTONS];
float m_fSecsHeld[NUM_INPUT_DEVICES][MAX_DEVICE_BUTTONS];
/* If > 0, then when it reaches 0, stop forcing. */
float m_fSecsToForce[NUM_INPUT_DEVICES][MAX_DEVICE_BUTTONS];
InputEventArray queue;
RageMutex *queuemutex;