##// 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 ChartItem(parent),
12 ChartItem(parent),
13 m_type(type),
13 m_type(type),
14 m_labelsAngle(0),
14 m_labelsAngle(0),
15 m_shadesEnabled(true),
16 m_grid(parent),
15 m_grid(parent),
17 m_shades(parent),
16 m_shades(parent),
18 m_labels(parent),
17 m_labels(parent),
@@ -62,7 +62,6 private:
62 AxisType m_type;
62 AxisType m_type;
63 QRectF m_rect;
63 QRectF m_rect;
64 int m_labelsAngle;
64 int m_labelsAngle;
65 bool m_shadesEnabled;
66 QGraphicsItemGroup m_grid;
65 QGraphicsItemGroup m_grid;
67 QGraphicsItemGroup m_shades;
66 QGraphicsItemGroup m_shades;
68 QGraphicsItemGroup m_labels;
67 QGraphicsItemGroup m_labels;
General Comments 0
You need to be logged in to leave comments. Login now