From 5325897122da737b6182ed1d7fbf428ed3d6dbc0 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 26 May 2007 20:40:52 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 8669835c..fba1a63f 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -1492,9 +1492,6 @@ void mainWindowImpl::myFold(){ currentHand->getPlayerArray()[0]->setMyAction(1); currentHand->getPlayerArray()[0]->setMyTurn(0); -// //Action in LogWindow -// myLog->logPlayerActionMsg(QString::fromUtf8(currentHand->getPlayerArray()[0]->getMyName().c_str()), currentHand->getPlayerArray()[0]->getMyAction(), currentHand->getPlayerArray()[0]->getMySet()); - holeCardsArray[0][0]->startFadeOut(10); holeCardsArray[0][1]->startFadeOut(10); disableMyButtons(); @@ -1514,9 +1511,6 @@ void mainWindowImpl::myCheck() { currentHand->getPlayerArray()[0]->setMyTurn(0); currentHand->getPlayerArray()[0]->setMyAction(2); -// //Action in LogWindow -// myLog->logPlayerActionMsg(QString::fromUtf8(currentHand->getPlayerArray()[0]->getMyName().c_str()), currentHand->getPlayerArray()[0]->getMyAction(), currentHand->getPlayerArray()[0]->getMySet()); - disableMyButtons(); //set that i was the last active player. need this for unhighlighting groupbox @@ -1560,9 +1554,6 @@ void mainWindowImpl::myCall(){ currentHand->getBoard()->collectSets(); refreshPot(); -// //Action in LogWindow -// myLog->logPlayerActionMsg(QString::fromUtf8(currentHand->getPlayerArray()[0]->getMyName().c_str()), currentHand->getPlayerArray()[0]->getMyAction(), currentHand->getPlayerArray()[0]->getMySet()); - disableMyButtons(); //set that i was the last active player. need this for unhighlighting groupbox @@ -1669,9 +1660,6 @@ void mainWindowImpl::mySet(){ currentHand->getBoard()->collectSets(); refreshPot(); -// //Action in LogWindow -// myLog->logPlayerActionMsg(QString::fromUtf8(currentHand->getPlayerArray()[0]->getMyName().c_str()), currentHand->getPlayerArray()[0]->getMyAction(), currentHand->getPlayerArray()[0]->getMySet()); - disableMyButtons(); statusBar()->clearMessage(); @@ -1708,9 +1696,6 @@ void mainWindowImpl::myAllIn(){ currentHand->getBoard()->collectSets(); refreshPot(); - -// //Action in LogWindow -// myLog->logPlayerActionMsg(QString::fromUtf8(currentHand->getPlayerArray()[0]->getMyName().c_str()), currentHand->getPlayerArray()[0]->getMyAction(), currentHand->getPlayerArray()[0]->getMySet()); disableMyButtons();