QTfrontend/ui/page/pagegamestats.cpp
changeset 7842 d1c0e4341165
parent 6952 7f70f37bbf08
child 8384 a6e7a95f3b2e
--- a/QTfrontend/ui/page/pagegamestats.cpp	Sat Oct 27 20:05:52 2012 +0200
+++ b/QTfrontend/ui/page/pagegamestats.cpp	Sat Oct 27 22:23:41 2012 +0400
@@ -140,7 +140,7 @@
     while (i != healthPoints.constEnd())
     {
         quint32 c = i.key();
-        QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255));
+        //QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255));
         QVector<quint32> hps = i.value();
 
         QPainterPath path;