diff -r 2e3c1b9ad495 -r 1e46d45da242 QTfrontend/hwform.cpp --- 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) {