From 5cbf984081cce49cca86b4b400be5ec030ca87ce Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Oct 2003 01:59:42 +0000 Subject: [PATCH] unused --- stepmania/src/ScreenMapControllers.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index 92382d3aff..d1772af8bc 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -23,7 +23,6 @@ #include "ThemeManager.h" -#define HELP_TEXT THEME->GetMetric("ScreenMapControllers","HelpText") #define EVEN_LINE_IN THEME->GetMetric("ScreenMapControllers","EvenLineIn") #define EVEN_LINE_OUT THEME->GetMetric("ScreenMapControllers","EvenLineOut") #define ODD_LINE_IN THEME->GetMetric("ScreenMapControllers","OddLineIn") @@ -35,9 +34,6 @@ const int FramesToWaitForInput = 2; const int NUM_CHANGABLE_SLOTS = NUM_GAME_TO_DEVICE_SLOTS-1; -const float TITLE_Y = 30; -const float HELP_X = CENTER_X; -const float HELP_Y = SCREEN_HEIGHT-10; const float LINE_START_Y = 64; const float LINE_GAP_Y = 28; const float BUTTON_COLUMN_X[NUM_GAME_TO_DEVICE_SLOTS*MAX_GAME_CONTROLLERS] =