Fixing possible memory leak and compiler warnings.

This commit is contained in:
lotodore
2011-02-28 19:59:14 +00:00
parent 2cd2ac57ca
commit 2ad5f1cb40
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -2966,7 +2966,7 @@ void gameTableImpl::changePlayingMode()
}
switch (mode) {
/* switch (mode) {
// case 0: { statusBar()->showMessage(tr("Manual mode set. You've got to choose yourself now."), 5000); }
break;
@@ -2975,10 +2975,10 @@ void gameTableImpl::changePlayingMode()
// case 2: { statusBar()->showMessage(tr("Auto mode set: Check or fold."), 5000); }
break;
default: {
/*cout << "changePlayingMode ERROR!!!!" << endl;*/
//cout << "changePlayingMode ERROR!!!!" << endl;
}
}
}*/
playingMode = mode;
}