delete unused function "getMyWinnerState"; activate Engine-Action-Log in localHand; run astyle
This commit is contained in:
@@ -442,13 +442,6 @@ ClientPlayer::setMyWinnerState(bool theValue, int pot)
|
||||
currentHand->getGuiInterface()->logPlayerWinsMsg(myName, pot, theValue);
|
||||
}
|
||||
|
||||
bool
|
||||
ClientPlayer::getMyWinnerState() const
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
|
||||
return myWinnerState;
|
||||
}
|
||||
|
||||
void
|
||||
ClientPlayer::action()
|
||||
{
|
||||
|
||||
@@ -110,7 +110,6 @@ public:
|
||||
bool getSBluffStatus() const;
|
||||
|
||||
void setMyWinnerState (bool theValue, int pot);
|
||||
bool getMyWinnerState() const;
|
||||
|
||||
void action();
|
||||
int checkMyAction(int targetAction, int targetBet, int highestSet, int minimumRaise, int smallBlind);
|
||||
|
||||
Reference in New Issue
Block a user