QTfrontend/hwform.cpp
changeset 481 44ceded179a4
parent 475 1e46d45da242
child 486 7ea71cd3acd5
--- 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&)));