diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-10-27 14:42:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-27 14:42:52 +0200 |
commit | f157d0fa9d3632bb8a45a11c83d347b9e146896a (patch) | |
tree | 64c30ef4b404794eeb7be2dfc21c4cffceeac694 /slideshow | |
parent | 30cdd16cbfaaa34fd0da010bf4de18f9d649d22e (diff) |
WaE: unused parameters
Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx index aff37e7478d3..8a572f328780 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx @@ -1684,7 +1684,7 @@ private: std::vector<GLint> mvVertexIndexesInTiles; }; -void VortexTransition::prepare( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight ) +void VortexTransition::prepare( double, double, double, double, double ) { glDisable(GL_CULL_FACE); |