Removing AFK-warning message. Preparing integration of a new auto-AFK mode.

This commit is contained in:
lotodore
2011-11-07 21:07:13 +00:00
parent 77cda8da32
commit 32d26e3644
115 changed files with 309 additions and 522 deletions
-5
View File
@@ -396,11 +396,6 @@ void GuiWrapper::SignalNetClientWaitDialog()
{
myStartWindow->signalShowClientDialog();
}
void GuiWrapper::SignalNetClientWarningAutoFoldInRankingGame(unsigned remainingAutoFolds)
{
myW->signalWarningAutoFoldInRankingGame(remainingAutoFolds);
}
void GuiWrapper::SignalNetClientGameChatMsg(const string &playerName, const string &msg)
{
myStartWindow->signalNetClientGameChatMsg(QString::fromUtf8(playerName.c_str()), QString::fromUtf8(msg.c_str()));