From 562e8760f5bce01d0fdb6377a3560c5e25cf819a Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 6 Aug 2007 12:10:55 +0000 Subject: [PATCH] waitforservertostartgamedialog removed --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 -- src/gui/qt/mainwindow/mainwindowimpl.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index feb5bde0..a2d94124 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -27,7 +27,6 @@ #include "connecttoserverdialogimpl.h" #include "createnetworkgamedialogimpl.h" #include "startnetworkgamedialogimpl.h" -#include "waitforservertostartgamedialogimpl.h" #include "changehumanplayernamedialogimpl.h" #include "startsplash.h" @@ -519,7 +518,6 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent) myConnectToServerDialog = new connectToServerDialogImpl(this); myStartNetworkGameDialog = new startNetworkGameDialogImpl(this, myConfig); myCreateNetworkGameDialog = new createNetworkGameDialogImpl(this, myConfig); - myWaitingForServerGameDialog = new waitForServerToStartGameDialogImpl(this); myAboutPokerthDialog = new aboutPokerthImpl(this); // //ShortCuts diff --git a/src/gui/qt/mainwindow/mainwindowimpl.h b/src/gui/qt/mainwindow/mainwindowimpl.h index 66bbf4af..042fdf0b 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.h +++ b/src/gui/qt/mainwindow/mainwindowimpl.h @@ -48,7 +48,6 @@ class joinNetworkGameDialogImpl; class connectToServerDialogImpl; class createNetworkGameDialogImpl; class startNetworkGameDialogImpl; -class waitForServerToStartGameDialogImpl; class changeHumanPlayerNameDialogImpl; class QColor; @@ -364,7 +363,6 @@ private: connectToServerDialogImpl *myConnectToServerDialog; startNetworkGameDialogImpl *myStartNetworkGameDialog; createNetworkGameDialogImpl *myCreateNetworkGameDialog; - waitForServerToStartGameDialogImpl *myWaitingForServerGameDialog; //Sound SDLPlayer *mySDLPlayer;