diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-25 20:17:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-25 20:39:53 +0300 |
commit | fe074d5a259d79827b421b10d21322cf98c8a870 (patch) | |
tree | f6bb843fb173718c367d9d8c5dfc5cff2911b2e5 /chart2 | |
parent | a120f1da67083a5d95b304833996b06c1a737f13 (diff) |
WaE: private field 'mnSteps' is not used
Change-Id: Icf32ebc81a58c1784b67994b5d92b43922e4feeb
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 e8047f8de2b6..7624ce10c306 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -146,7 +146,6 @@ private: private: glm::vec3 maStartPos; glm::vec3 maEndPos; - sal_Int32 mnSteps; }; void RenderBenchMarkThread::ProcessMouseEvent() |