diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 08:56:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 08:56:57 +0200 |
commit | 75dd06b2d70f796bcb0fc3d2b736e9801cea2379 (patch) | |
tree | dc8b7d2f847ec809ab24cc0686be145e59d3ceb2 /chart2 | |
parent | 56c2802e1c0de4895856aad54262ec759abf1ab9 (diff) |
-Werror,-Wunused-private-field
Change-Id: I1b74fb2f8fd09f38f3950505b2156ae7cf764fd3
Diffstat (limited to 'chart2')
-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 6091137b3118..80b40fe5efe2 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -193,7 +193,6 @@ private: private: glm::vec3 maStartPos; glm::vec3 maEndPos; - sal_Int32 mnSteps; bool mbExecuting; glm::vec3 maStep; glm::vec3 maStepDirection; |