diff -r 09434d6c3865 -r 44ceded179a4 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Wed Feb 21 23:16:54 2007 +0000 +++ b/QTfrontend/hwform.cpp Fri Feb 23 09:31:28 2007 +0000 @@ -254,7 +254,6 @@ ui.pageNetGame->pChatWidget->clear(); hwnet = new HWNewNet(config, ui.pageNetGame->pGameCFG, ui.pageNetGame->pNetTeamsWidget); connect(hwnet, SIGNAL(GameStateChanged(GameState)), this, SLOT(NetGameStateChanged(GameState))); - connect(hwnet, SIGNAL(AddGame(const QString &)), this, SLOT(AddGame(const QString &))); connect(hwnet, SIGNAL(EnteredGame()), this, SLOT(NetGameEnter())); connect(hwnet, SIGNAL(AddNetTeam(const HWTeam&)), this, SLOT(AddNetTeam(const HWTeam&)));