changeset 475 | 1e46d45da242 |
parent 471 | e1eb64ba5e9c |
child 481 | 44ceded179a4 |
--- a/QTfrontend/hwform.cpp Wed Feb 21 20:31:50 2007 +0000 +++ b/QTfrontend/hwform.cpp Wed Feb 21 20:46:51 2007 +0000 @@ -30,7 +30,6 @@ #include "hwform.h" #include "game.h" #include "team.h" -#include "netclient.h" #include "teamselect.h" #include "gameuiconfig.h" #include "pages.h" @@ -152,11 +151,6 @@ GoToPage(ID_PAGE_NET); } -void HWForm::GoToNetChat() -{ - GoToPage(ID_PAGE_NETCHAT); -} - void HWForm::OnPageShown(quint8 id) { if (id == ID_PAGE_MULTIPLAYER || id == ID_PAGE_NETCFG) {