diff -r f6e5f4e122db -r 78a68cc4d846 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Sep 18 19:52:46 2007 +0000 +++ b/QTfrontend/hwform.cpp Thu Sep 20 20:00:10 2007 +0000 @@ -87,7 +87,6 @@ connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), config, SLOT(SaveOptions())); connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), this, SLOT(GoBack())); connect(ui.pageOptions->WeaponsButt, SIGNAL(clicked()), this, SLOT(GoToSelectWeapon())); - // TODO connect(ui.pageNet->BtnBack, SIGNAL(clicked()), this, SLOT(GoBack())); connect(ui.pageNet->BtnNetConnect, SIGNAL(clicked()), this, SLOT(NetConnect()));