[Libreoffice-commits] core.git: slideshow/source
Tor Lillqvist
tml at collabora.com
Tue Oct 27 05:43:18 PDT 2015
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f157d0fa9d3632bb8a45a11c83d347b9e146896a
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Oct 27 14:42:52 2015 +0200
WaE: unused parameters
Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
index aff37e7..8a572f3 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);
More information about the Libreoffice-commits
mailing list