diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 12:22:01 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 17:44:54 +0200 |
commit | 0bf12a06b6344659fe964955a022c7f367598634 (patch) | |
tree | 54236f4823c8d68c0f7ccdc778246c23df3cd109 /chart2 | |
parent | dd79dbedd6c7f889f5e39f146a1927d235bc8a59 (diff) |
Remove unused OpenGLObject
Change-Id: I5c4832bd076cc5f05f936ac0d6a80027344e40ff
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/inc/pch/precompiled_chartopengl.hxx | 1 | ||||
-rw-r--r-- | chart2/source/view/main/OpenglShapeFactory.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx index ffcb6ed83d09..c46509ddb3b6 100644 --- a/chart2/inc/pch/precompiled_chartopengl.hxx +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -55,7 +55,6 @@ #include <tools/gen.hxx> #include <vcl/dibtools.hxx> #include <vcl/graph.hxx> -#include <vcl/opengl/IOpenGLRenderer.hxx> #include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/openglwin.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index 55774a97738f..5c9f756edd59 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -47,7 +47,6 @@ #include <rtl/math.hxx> #include <svx/svdocirc.hxx> #include <svx/svdopath.hxx> -#include <vcl/opengl/IOpenGLRenderer.hxx> #include <vcl/openglwin.hxx> #include <basegfx/point/b2dpoint.hxx> |