remove unused

This commit is contained in:
Glenn Maynard
2007-01-13 03:50:21 +00:00
parent f5e405e28f
commit 9ff86822b4
-2
View File
@@ -149,7 +149,6 @@ GameButton StringToGameButton( const InputScheme* pInputs, const RString& s );
#define LIGHTS_BUTTON_BASS_RIGHT GAME_BUTTON_CUSTOM_08
#define NUM_LIGHTS_BUTTONS GAME_BUTTON_CUSTOM_09
typedef GameButton MenuButton;
#define MENU_BUTTON_LEFT GAME_BUTTON_MENULEFT
#define MENU_BUTTON_RIGHT GAME_BUTTON_MENURIGHT
#define MENU_BUTTON_UP GAME_BUTTON_MENUUP
@@ -159,7 +158,6 @@ typedef GameButton MenuButton;
#define MENU_BUTTON_BACK GAME_BUTTON_BACK
#define MENU_BUTTON_COIN GAME_BUTTON_COIN
#define MENU_BUTTON_OPERATOR GAME_BUTTON_OPERATOR
#define MenuButton_Invalid GameButton_Invalid
struct GameInput
{