remove unused

This commit is contained in:
Glenn Maynard
2006-02-27 05:54:21 +00:00
parent 977689ac83
commit bbf668ab97
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -799,12 +799,6 @@ void OptionRow::SetChoiceInRowWithFocus( PlayerNumber pn, int iChoice )
UpdateText( pn );
}
void OptionRow::SetChoiceInRowWithFocusShared( int iChoice )
{
FOREACH_PlayerNumber( pn )
SetChoiceInRowWithFocus( pn, iChoice );
}
void OptionRow::ResetFocusFromSelection( PlayerNumber pn )
{
int iSelection = -1;