remove unused

This commit is contained in:
Glenn Maynard
2007-05-01 21:15:37 +00:00
parent d873e6a4c0
commit 246cc2f88a
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -119,16 +119,11 @@ void ScreenRanking::Init()
m_textStepsType.LoadFromFont( THEME->GetPathF(m_sName,"steps type") );
m_textStepsType.SetShadowLength( 0 );
this->AddChild( &m_textStepsType );
m_sprPageType.Load( THEME->GetPathG(m_sName, "PageType "+PageTypeToString(m_PageType)) );
m_sprPageType->SetName( "PageType" );
this->AddChild( m_sprPageType );
}
void ScreenRanking::BeginScreen()
{
LOAD_ALL_COMMANDS_AND_SET_XY( m_textStepsType );
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprPageType );
m_iNextPageToShow = 0;