summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-06-14 12:22:01 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-06-14 17:44:54 +0200
commit0bf12a06b6344659fe964955a022c7f367598634 (patch)
tree54236f4823c8d68c0f7ccdc778246c23df3cd109 /include/svx
parentdd79dbedd6c7f889f5e39f146a1927d235bc8a59 (diff)
Remove unused OpenGLObject
Change-Id: I5c4832bd076cc5f05f936ac0d6a80027344e40ff
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdobj.hxx1
-rw-r--r--include/svx/unoshape.hxx10
2 files changed, 0 insertions, 11 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index d7f71d5a9c13..83ac1715e9c8 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -139,7 +139,6 @@ enum SdrObjKind {
OBJ_CUSTOMSHAPE=33, /// custom shape
OBJ_MEDIA =34, /// media shape
OBJ_TABLE =35, /// table
- OBJ_OPENGL =36, /// opengl graphic
OBJ_MAXI
};
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 9ca963b9e545..a4d4f9b13bb7 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -882,16 +882,6 @@ private:
OUString referer_;
};
-class SVX_DLLPUBLIC SvxOpenGLObject : public SvxShape
-{
-public:
- SvxOpenGLObject( SdrObject* pObj ) throw() : SvxShape(pObj){}
- virtual ~SvxOpenGLObject() throw() {}
-
- void setRenderer(IOpenGLRenderer* pRenderer);
- IOpenGLRenderer* getRenderer();
-};
-
/*
* This is a really ugly hack for the chart2 OpenGL backend
* SvxShapeGroup::add only accepts objects derived from SvxShape and silently drops