QTfrontend/teamselect.cpp
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4410 f9e38ce1e813
child 4976 088d40d8aba2
--- a/QTfrontend/teamselect.cpp	Mon Dec 27 23:57:44 2010 +0100
+++ b/QTfrontend/teamselect.cpp	Tue Jan 04 12:53:46 2011 +0100
@@ -233,10 +233,6 @@
     p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
     addScrArea(framePlaying, p.color(QPalette::Window).light(105), 250);
     addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
-    QPushButton * btnSetup = new QPushButton(this);
-    btnSetup->setText(QPushButton::tr("Setup"));
-    connect(btnSetup, SIGNAL(clicked()), this, SIGNAL(SetupClicked()));
-    mainLayout.addWidget(btnSetup);
 }
 
 void TeamSelWidget::setAcceptOuter(bool acceptOuter)