diff -r 3331b30e4ef1 -r 88fde28bbda6 QTfrontend/ui/page/pagegamestats.cpp --- a/QTfrontend/ui/page/pagegamestats.cpp Sun Oct 21 01:28:33 2012 +0400 +++ b/QTfrontend/ui/page/pagegamestats.cpp Sat Nov 03 00:34:35 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;