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
-3
View File
@@ -37,9 +37,6 @@ public:
virtual GameState getMyBeRoID() const =0;
virtual void setPlayersTurn(int) =0;
virtual int getPlayersTurn() const =0;
virtual void setCurrentPlayersTurnId(unsigned) =0;
virtual unsigned getCurrentPlayersTurnId() const =0;