remove unused

This commit is contained in:
Glenn Maynard
2006-01-15 07:03:04 +00:00
parent b744d72b74
commit 599c024df2
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -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() ) );