chart2/source/view/charttypes/GL3DBarChart.cxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 0b0b7721fccad22cd09c2d761404ed5dfb8d0810 Author: Caolán McNamara <[email protected]> Date: Fri Jul 25 13:47:42 2014 +0100 loplugin:unreffun Unreferenced function definition Change-Id: Iaa5081f6efbe99dc75f708fcfe98dbbeb3dd32bc diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 55810b8..e8047f8 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -139,7 +139,6 @@ public: RenderThread(pChart) { } - void SetAnimationCamera(glm::vec3 startPos, glm::vec3 endPos, sal_Int32 steps); protected: virtual void execute() SAL_OVERRIDE; private: @@ -150,13 +149,6 @@ private: sal_Int32 mnSteps; }; -void RenderBenchMarkThread::SetAnimationCamera(glm::vec3 startPos, glm::vec3 endPos, sal_Int32 steps) -{ - maStartPos = startPos; - maEndPos = endPos; - mnSteps = steps; -} - void RenderBenchMarkThread::ProcessMouseEvent() { }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
