QTfrontend/teamselect.cpp
changeset 4410 f9e38ce1e813
parent 2948 3f21a9dc93d0
child 4976 088d40d8aba2
--- a/QTfrontend/teamselect.cpp	Sun Nov 21 18:12:20 2010 -0500
+++ b/QTfrontend/teamselect.cpp	Mon Nov 22 00:34:53 2010 +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)