delete no longer required "playersTurn"

This commit is contained in:
floty
2010-09-29 20:56:38 +00:00
parent 377f6dde6e
commit 3141743430
5 changed files with 4 additions and 30 deletions
-4
View File
@@ -57,9 +57,6 @@ protected:
int getDealerPosition() const {return dealerPosition; }
void setDealerPosition(int theValue) { dealerPosition = theValue; }
void setPlayersTurn(int theValue) { playersTurn = theValue; }
int getPlayersTurn() const { return playersTurn;}
void setCurrentPlayersTurnId(unsigned theValue) { currentPlayersTurnId = theValue; }
unsigned getCurrentPlayersTurnId() const { return currentPlayersTurnId;}
@@ -125,7 +122,6 @@ private:
bool firstRound;
bool firstHeadsUpRound;
int playersTurn; // TODO -> delete
PlayerListIterator currentPlayersTurnIt; // iterator for runningPlayerList
PlayerListIterator lastPlayersTurnIt; // iterator for runningPlayerList