delete unused function "getMyWinnerState"; activate Engine-Action-Log in localHand; run astyle

This commit is contained in:
floty
2011-10-29 14:41:17 +00:00
parent 01047622c2
commit bb3fb9e13c
7 changed files with 31 additions and 51 deletions
-1
View File
@@ -108,7 +108,6 @@ public:
virtual bool getSBluffStatus() const =0;
virtual void setMyWinnerState ( bool theValue, int pot ) =0;
virtual bool getMyWinnerState() const =0;
virtual void action() =0;
virtual int checkMyAction(int targetAction, int targetBet, int highestSet, int minimumRaise, int smallBlind) = 0;