highlightRoundLabel --> refreshGameLabels

This commit is contained in:
doitux
2007-05-29 18:37:49 +00:00
parent 41b0a0129a
commit ccb339be04
12 changed files with 147 additions and 171 deletions
+1 -4
View File
@@ -74,8 +74,5 @@ ClientHand::switchRounds()
{
}
void
ClientHand::highlightRoundLabel()
{
}
-2
View File
@@ -79,8 +79,6 @@ public:
void setLastPlayersTurn(const int& theValue) { lastPlayersTurn = theValue; }
int getLastPlayersTurn() const { return lastPlayersTurn; }
void highlightRoundLabel();
void switchRounds();