remove unused
This commit is contained in:
@@ -119,16 +119,11 @@ void ScreenRanking::Init()
|
|||||||
m_textStepsType.LoadFromFont( THEME->GetPathF(m_sName,"steps type") );
|
m_textStepsType.LoadFromFont( THEME->GetPathF(m_sName,"steps type") );
|
||||||
m_textStepsType.SetShadowLength( 0 );
|
m_textStepsType.SetShadowLength( 0 );
|
||||||
this->AddChild( &m_textStepsType );
|
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()
|
void ScreenRanking::BeginScreen()
|
||||||
{
|
{
|
||||||
LOAD_ALL_COMMANDS_AND_SET_XY( m_textStepsType );
|
LOAD_ALL_COMMANDS_AND_SET_XY( m_textStepsType );
|
||||||
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprPageType );
|
|
||||||
|
|
||||||
m_iNextPageToShow = 0;
|
m_iNextPageToShow = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ protected:
|
|||||||
PageType m_PageType;
|
PageType m_PageType;
|
||||||
|
|
||||||
BitmapText m_textStepsType; // for category, course, all_steps
|
BitmapText m_textStepsType; // for category, course, all_steps
|
||||||
AutoActor m_sprPageType;
|
|
||||||
|
|
||||||
vector<PageToShow> m_vPagesToShow;
|
vector<PageToShow> m_vPagesToShow;
|
||||||
unsigned m_iNextPageToShow;
|
unsigned m_iNextPageToShow;
|
||||||
|
|||||||
Reference in New Issue
Block a user