remove unused MaxStepsLoadedFromProfile

This commit is contained in:
Chris Danford
2005-03-20 20:51:30 +00:00
parent 4eb7e27746
commit fe5b7e214b
4 changed files with 0 additions and 6 deletions
-3
View File
@@ -294,9 +294,6 @@ void ScreenEditMenu::RefreshExplanationText()
void ScreenEditMenu::RefreshNumStepsLoadedFromProfile()
{
CString s = ssprintf( "edits used: %d", SONGMAN->GetNumStepsLoadedFromProfile() );
int iMaxStepsLoadedFromProfile = MAX_STEPS_LOADED_FROM_PROFILE;
if( iMaxStepsLoadedFromProfile != -1 )
s += ssprintf( " / %d", iMaxStepsLoadedFromProfile );
m_textNumStepsLoadedFromProfile.SetText( s );
}