QTfrontend/hwform.cpp
changeset 601 78a68cc4d846
parent 600 f6e5f4e122db
child 612 333d095319de
--- 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()));