This commit is contained in:
Glenn Maynard
2006-01-17 23:57:19 +00:00
parent 34d7ba08ef
commit 7a3282ea9a
2 changed files with 0 additions and 16 deletions
-15
View File
@@ -951,21 +951,6 @@ void OptionRow::Reload( const OptionRowDefinition &def )
}
}
void OptionRow::SetEnabledRowForAllPlayers( bool bEnabledForAllPlayers )
{
OptionRowDefinition def = m_pHand->m_Def;
if( bEnabledForAllPlayers )
{
OptionRowDefinition temp;
def.m_vEnabledForPlayers = temp.m_vEnabledForPlayers;
}
else
{
def.m_vEnabledForPlayers.clear();
}
Reload( def );
}
void OptionRow::HandleMessage( const CString& sMessage )
{
Reload( m_pHand->m_Def );
-1
View File
@@ -190,7 +190,6 @@ public:
void SetExitText( CString sExitText );
void Reload( const OptionRowDefinition &def );
void SetEnabledRowForAllPlayers( bool bEnabledForAllPlayers );
//
// Messages