summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-26 22:48:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-26 22:50:36 +0200
commit25cea66f6ac06897379b6d98fdf2e443e1d3e001 (patch)
tree1e6d1564e2a1e01e8138b2798b06bde6c043711c /chart2
parente69e429d8f2a2269fe1f8e2a7faa1979d2067628 (diff)
remove unused variables
Change-Id: Ia94a501fa2571752286df0451a0a8a2b303a10c8
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx1
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index acb3692a13d7..3882f8be856d 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -312,7 +312,6 @@ void GL3DBarChart::clickedAt(const Point& /*rPos*/, sal_uInt16 nButtons)
const BarInformation& rBarInfo = itr->second;
mnStepsTotal = 100;
mnStep = 0;
- maOldCameraDirection = maCameraDirection;
maCameraDirection = rBarInfo.maPos;
render();
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index eb436db794ea..de92660a0303 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -77,9 +77,6 @@ private:
glm::vec3 maCameraPosition;
glm::vec3 maCameraDirection;
- glm::vec3 maOldCameraPosition;
- glm::vec3 maOldCameraDirection;
-
Timer maTimer;
glm::vec3 maStep;
size_t mnStep;