Fixed compiler warnings.

This commit is contained in:
lotodore
2007-09-30 08:21:29 +00:00
parent 2cc4b22d72
commit f903e4ae6d
+3 -3
View File
@@ -1189,8 +1189,8 @@ void mainWindowImpl::refreshButton() {
QPixmap bigblindButton(myAppDataPath +"gfx/gui/table/default/bigblindPuck.png"); QPixmap bigblindButton(myAppDataPath +"gfx/gui/table/default/bigblindPuck.png");
QPixmap onePix(myAppDataPath +"gfx/gui/misc/1px.png"); QPixmap onePix(myAppDataPath +"gfx/gui/misc/1px.png");
int i; // int i;
int k; // int k;
//Aktive Spieler zählen //Aktive Spieler zählen
// int activePlayersCounter = 0; // int activePlayersCounter = 0;
// for (k=0; k<MAX_NUMBER_OF_PLAYERS; k++) { // for (k=0; k<MAX_NUMBER_OF_PLAYERS; k++) {
@@ -1318,7 +1318,7 @@ void mainWindowImpl::refreshPlayerName() {
void mainWindowImpl::refreshPlayerAvatar() { void mainWindowImpl::refreshPlayerAvatar() {
QPixmap onePix(myAppDataPath +"gfx/gui/misc/1px.png"); QPixmap onePix(myAppDataPath +"gfx/gui/misc/1px.png");
int i; // int i;
HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand(); HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand();