diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-07 00:12:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-07 00:12:39 +0200 |
commit | 1c16a1e6141b9ec96022570cf4ba13ea7a7dacc3 (patch) | |
tree | 4b421dffd273d8bb20495915540abe4547c24c91 /chart2/source | |
parent | afbbc4cf4ceea9445cbb584b50d511c512e5133f (diff) |
chart2: -Werror,-Wunused-private-field
Change-Id: I4e67e11772f400f1e6ae1ba8af00dea81c085691
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index b9af426680d2..2baecf779dc6 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -206,7 +206,6 @@ private: private: glm::vec3 maStartPos; glm::vec3 maEndPos; - sal_Int32 mnSteps; bool mbExecuting; bool mbNeedFlyBack; glm::vec3 maStep; |