This commit is contained in:
doitux
2007-02-18 23:06:17 +00:00
parent cde62131d7
commit ab0be3910f
4 changed files with 2 additions and 29 deletions
-9
View File
@@ -23,11 +23,6 @@
using namespace std;
// NetSignalDispatcher::NetSignalDispatcher(connectToServerDialogImpl *dialog)
// {
//
// }
GuiWrapper::GuiWrapper() : myLog(0), myW(0)
{
@@ -37,10 +32,6 @@ GuiWrapper::GuiWrapper() : myLog(0), myW(0)
myW->show();
myLog = new Log(myW);
myConnectToServerDialog = new connectToServerDialogImpl();
// myNetSignalDispatcher = new NetSignalDispatcher(myConnectToServerDialog);
myConfig = new ConfigFile;
}