remove unused
This commit is contained in:
@@ -388,13 +388,6 @@ CString ScreenOptions::GetExplanationText( int iRow ) const
|
||||
return OPTION_EXPLANATION(sExplanationName);
|
||||
}
|
||||
|
||||
BitmapText &ScreenOptions::GetTextItemForRow( PlayerNumber pn, int iRow, int iChoiceOnRow )
|
||||
{
|
||||
ASSERT_M( iRow < (int)m_pRows.size(), ssprintf("%i < %i", iRow, (int)m_pRows.size() ) );
|
||||
OptionRow &row = *m_pRows[iRow];
|
||||
return row.GetTextItemForRow( pn, iChoiceOnRow );
|
||||
}
|
||||
|
||||
void ScreenOptions::GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut )
|
||||
{
|
||||
ASSERT_M( iRow < (int)m_pRows.size(), ssprintf("%i < %i", iRow, (int)m_pRows.size() ) );
|
||||
|
||||
@@ -50,7 +50,6 @@ protected:
|
||||
void InitOptionsText();
|
||||
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut );
|
||||
CString GetExplanationText( int iRow ) const;
|
||||
BitmapText &GetTextItemForRow( PlayerNumber pn, int iRow, int iChoiceOnRow );
|
||||
void PositionUnderlines( int iRow, PlayerNumber pn );
|
||||
void PositionAllUnderlines();
|
||||
void PositionIcons();
|
||||
|
||||
Reference in New Issue
Block a user