delete unused variable "myWinnerState" in player

This commit is contained in:
floty
2011-10-29 16:21:29 +00:00
parent bb3fb9e13c
commit 7798bd0f37
6 changed files with 6 additions and 29 deletions
-3
View File
@@ -109,8 +109,6 @@ public:
void setSBluffStatus (bool theValue);
bool getSBluffStatus() const;
void setMyWinnerState (bool theValue, int pot);
void action();
int checkMyAction(int targetAction, int targetBet, int highestSet, int minimumRaise, int smallBlind);
@@ -186,7 +184,6 @@ private:
int sBluff;
bool sBluffStatus;
bool myWinnerState;
bool m_isConnected;
};