diff -r a281ff0803f1 -r 95625db21bf8 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Jan 14 13:16:55 2007 +0000 +++ b/QTfrontend/hwform.cpp Sun Jan 14 13:23:15 2007 +0000 @@ -77,7 +77,6 @@ connect(ui.pageNet->BtnNetSvrStart, SIGNAL(clicked()), this, SLOT(NetStartServer())); connect(ui.pageNetGame->BtnBack, SIGNAL(clicked()), this, SLOT(GoBack())); - connect(ui.pageNetGame->pNetTeamsWidget, SIGNAL(teamWillPlay(HWTeam)), this, SLOT(NetAddTeam(HWTeam))); connect(ui.pageNetGame->BtnGo, SIGNAL(clicked()), this, SLOT(NetStartGame())); connect(ui.pageNetChat->BtnDisconnect, SIGNAL(clicked()), this, SLOT(NetDisconnect())); @@ -292,11 +291,6 @@ hwnet->JoinGame("#hw"); } -void HWForm::NetAddTeam(HWTeam team) -{ - hwnet->AddTeam(team); -} - void HWForm::NetStartGame() { hwnet->StartGame();