From c2f36ec041a39b791b7b4118e86737cbf84244b7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 5 Dec 2005 16:54:33 +0000 Subject: [PATCH] don't do that. If you want different theme metrics for a platform, create a derived theme. --- stepmania/src/ScreenMapControllers.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index e3cbf40b85..2af56c5aa1 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -44,13 +44,6 @@ void ScreenMapControllers::Init() { ScreenWithMenuElements::Init(); -#ifdef _XBOX - CStringArray strArray; - CString text("Use joypad to navigate, START to assign, A, B, X or Y to clear, BACK when done."); - strArray.push_back(text); - m_textHelp->SetTips(strArray); -#endif - for( int b=0; bGetCurrentGame()->m_iButtonsPerController; b++ ) { CString sName = GAMESTATE->GetCurrentGame()->m_szButtonNames[b];