diff -r a752e543d7b4 -r f9e38ce1e813 QTfrontend/teamselect.cpp --- 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)