unused
This commit is contained in:
@@ -381,13 +381,6 @@ void ScreenOptions::GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int
|
|||||||
row.GetWidthXY( pn, iChoiceOnRow, iWidthOut, iXOut, iYOut );
|
row.GetWidthXY( pn, iChoiceOnRow, iWidthOut, iXOut, iYOut );
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScreenOptions::PositionIcons()
|
|
||||||
{
|
|
||||||
FOREACH_HumanPlayer( pn ) // foreach player
|
|
||||||
for( unsigned i=0; i<m_pRows.size(); i++ ) // foreach options line
|
|
||||||
m_pRows[i]->PositionIcons( pn );
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn )
|
void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn )
|
||||||
{
|
{
|
||||||
OptionRow &row = *m_pRows[iRow];
|
OptionRow &row = *m_pRows[iRow];
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ protected:
|
|||||||
void RestartOptions();
|
void RestartOptions();
|
||||||
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const;
|
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const;
|
||||||
RString GetExplanationText( int iRow ) const;
|
RString GetExplanationText( int iRow ) const;
|
||||||
void PositionIcons();
|
|
||||||
void RefreshIcons( int iRow, PlayerNumber pn );
|
void RefreshIcons( int iRow, PlayerNumber pn );
|
||||||
void RefreshAllIcons();
|
void RefreshAllIcons();
|
||||||
void PositionCursors();
|
void PositionCursors();
|
||||||
|
|||||||
Reference in New Issue
Block a user