summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>2015-11-23 21:53:20 +0000
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-23 23:06:38 +0100
commit2a81e30c596a0cd253093d338368b3aad11eb166 (patch)
tree173420219c90267e9dbf962909a6efc6887fc836 /slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
parent4c749b121c8b415ef2b7b0445ede1dc4ccc0e6d0 (diff)
slideshow: Make the Iris class private to the TransitionImpl translation unit
Change-Id: I9bf701a7f19d0f778b8fec7a39b762cc89b061b7
Diffstat (limited to 'slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
index c941ba2c955d..1d58348b7845 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
@@ -263,19 +263,6 @@ protected:
Primitives_t maPrimitives;
};
-class Iris : public SceneObject
-{
-public:
- Iris ();
-
- virtual void prepare() override;
- virtual void display(double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight) const override;
- virtual void finish() override;
-
-private:
- GLuint maTexture;
-};
-
struct Vertex
{
glm::vec3 position;