Kaydet (Commit) a994503f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Iede16b58830e9605943b87528b3f5569035b8449
üst 3c5bc312
......@@ -26,7 +26,6 @@ namespace chart {
GL3DBarChart::GL3DBarChart(
const css::uno::Reference<css::chart2::XChartType>& xChartType,
OpenGLWindow& rWindow) :
mbPickingMode(false),
mxChartType(xChartType),
mpRenderer(new opengl3D::OpenGL3DRenderer()),
mrWindow(rWindow),
......
......@@ -49,7 +49,6 @@ public:
virtual void clickedAt(const Point& rPos) SAL_OVERRIDE;
private:
bool mbPickingMode;
css::uno::Reference<css::chart2::XChartType> mxChartType;
boost::ptr_vector<opengl3D::Renderable3DObject> maShapes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment