From f9bd7e38293ffd3b39db60b49ed680f07392d6a8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 28 Sep 2004 05:52:03 +0000 Subject: [PATCH] remove NUM_JOYSTICK_HATS --- stepmania/src/RageInputDevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageInputDevice.h b/stepmania/src/RageInputDevice.h index 2d81ad136c..f087b1d9ee 100644 --- a/stepmania/src/RageInputDevice.h +++ b/stepmania/src/RageInputDevice.h @@ -185,7 +185,6 @@ enum RageKeySym const int NUM_KEYBOARD_BUTTONS = NUM_KEYS; const int NUM_JOYSTICKS = 6; -const int NUM_JOYSTICK_HATS = 1; const int NUM_PUMPS = 2; const int NUM_PARAS = 2;