summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-06 06:35:32 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-07 21:23:03 +0200
commit036b6c9ef43ab98d481f666cfe83896e8437daa2 (patch)
tree13a6d54bf5d9229dd9dd3af8fcbc9b6a1691425d
parenta28bcb6e57aef0a05e04195c9bdc52a4bc39bba1 (diff)
fix the OpenGL offscreen rendering a bit
Change-Id: I1f11cdff0de48e3281a58aec9ea37a78c637195e
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 4e3b96c52bc2..b29d1935662f 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -36,7 +36,6 @@ void GL3DBarChart::create3DShapes()
const float nBarSizeY = 10;
const float nBarDistanceX = nBarSizeX / 2;
const float nBarDistanceY = nBarSizeY / 2;
- opengl3D::OpenGL3DRenderer* pRenderer = NULL;
maShapes.clear();
maShapes.push_back(new opengl3D::Camera(mpRenderer.get()));