QTfrontend/hwform.cpp
changeset 9033 b0ed8608303f
parent 8986 f7bb323a6934
child 9057 903f50e85144
--- a/QTfrontend/hwform.cpp	Tue May 21 23:48:00 2013 +0400
+++ b/QTfrontend/hwform.cpp	Tue May 21 23:54:28 2013 +0400
@@ -319,8 +319,6 @@
     connect(ui.pageMain->BtnNetLocal, SIGNAL(clicked()), this, SLOT(GoToNet()));
     connect(ui.pageMain->BtnNetOfficial, SIGNAL(clicked()), this, SLOT(NetConnectOfficialServer()));
 
-    connect(ui.pageConnecting, SIGNAL(cancelConnection()), this, SLOT(GoBack()));
-
     connect(ui.pageVideos, SIGNAL(goBack()), config, SLOT(SaveVideosOptions()));
 
     ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/schemes.ini");