diff -r d19adc635c99 -r 94c948a92759 QTfrontend/teamselect.cpp --- a/QTfrontend/teamselect.cpp Mon Nov 29 09:11:31 2010 +0100 +++ b/QTfrontend/teamselect.cpp Tue Nov 30 22:46:47 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)