remove unused
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -162,7 +162,6 @@ public:
|
||||
int GetChoiceInRowWithFocus( PlayerNumber pn ) const;
|
||||
int GetChoiceInRowWithFocusShared() const;
|
||||
void SetChoiceInRowWithFocus( PlayerNumber pn, int iChoice );
|
||||
void SetChoiceInRowWithFocusShared( int iChoice );
|
||||
void ResetFocusFromSelection( PlayerNumber pn );
|
||||
|
||||
bool GetSelected( PlayerNumber pn, int iChoice ) const;
|
||||
|
||||
Reference in New Issue
Block a user