QTfrontend/teamselhelper.cpp
changeset 341 184230eb4151
parent 340 f5d4db927eba
child 352 4665bfe25470
--- a/QTfrontend/teamselhelper.cpp	Mon Jan 15 19:11:31 2007 +0000
+++ b/QTfrontend/teamselhelper.cpp	Mon Jan 15 21:20:36 2007 +0000
@@ -80,14 +80,14 @@
   emit teamStatusChanged(m_team);
 }
 
-HWTeamTempParams TeamShowWidget::getTeamParams() const
+/*HWTeamTempParams TeamShowWidget::getTeamParams() const
 {
   if(!phhoger) throw;
   HWTeamTempParams params;
   params.numHedgehogs=phhoger->getHedgehogsNum();
   params.teamColor=colorButt->palette().color(QPalette::Button);
   return params;
-}
+}*/
 
 void TeamShowWidget::changeTeamColor()
 {
@@ -95,7 +95,7 @@
   if(++pOurFrameTeams->currentColor==pOurFrameTeams->availableColors.end()) {
     pOurFrameTeams->currentColor=pOurFrameTeams->availableColors.begin();
   }
-  
+
   QPalette newPalette = palette();
   newPalette.setColor(QPalette::Button, QColor(*pOurFrameTeams->currentColor));
   //colorButt->setStyleSheet(QString("background-color : ")+pOurFrameTeams->currentColor->name());