diff -r 43e68ac28d79 -r d1c0e4341165 QTfrontend/ui/page/pagegamestats.cpp --- 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 hps = i.value(); QPainterPath path;