##// END OF EJS Templates
Remove unused member from axisitem
Michal Klocek -
r290:a192b1e60a12
parent child
Show More
@@ -12,7 +12,6 AxisItem::AxisItem(AxisType type,QGraphicsItem* parent) :
12 12 ChartItem(parent),
13 13 m_type(type),
14 14 m_labelsAngle(0),
15 m_shadesEnabled(true),
16 15 m_grid(parent),
17 16 m_shades(parent),
18 17 m_labels(parent),
@@ -62,7 +62,6 private:
62 62 AxisType m_type;
63 63 QRectF m_rect;
64 64 int m_labelsAngle;
65 bool m_shadesEnabled;
66 65 QGraphicsItemGroup m_grid;
67 66 QGraphicsItemGroup m_shades;
68 67 QGraphicsItemGroup m_labels;
General Comments 0
You need to be logged in to leave comments. Login now