diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index f43e17f904..ed0ac91ae4 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -16,11 +16,6 @@ #define INVALID_BUTTON THEME->GetMetric( m_sName, "InvalidButton" ) #define MAPPED_TO_X(gc,slot) THEME->GetMetricF( m_sName, ssprintf("MappedToP%iS%iX", gc+1, slot+1) ) -static const ThemeMetric EVEN_LINE_IN ("ScreenMapControllers","EvenLineIn"); -static const ThemeMetric EVEN_LINE_OUT ("ScreenMapControllers","EvenLineOut"); -static const ThemeMetric ODD_LINE_IN ("ScreenMapControllers","OddLineIn"); -static const ThemeMetric ODD_LINE_OUT ("ScreenMapControllers","OddLineOut"); - static const float g_fSecondsToWaitForInput = 0.05f; // reserve the 3rd slot for hard-coded keys @@ -111,9 +106,6 @@ void ScreenMapControllers::BeginScreen() ScreenWithMenuElements::BeginScreen(); - for( unsigned b=0; b