From 4689f1c4cf96b43bf7470e31f05614c2a1c16f2d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 6 Dec 2012 11:14:54 +0100 Subject: -Werror,-Wunused-function Change-Id: Ida1f703b4552d891f8fe3defd373ec45697ae5b5 --- .../engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx index efdf7bea5ae6..dda915456f35 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx @@ -1674,20 +1674,4 @@ boost::shared_ptr makeNewsflash() return makeSimpleTransition(aLeavingSlide, aEnteringSlide, aOverallOperations); } -namespace -{ - -/** various transitions helper methods - */ -void prepareDiamond( double nTime, double SlideWidth, double SlideHeight,double DispWidth, double DispHeight ); -void displaySlidesFadeSmoothly( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex, double SlideWidthScale, double SlideHeightScale ); - void displaySlidesFadeThroughBlack( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex, double SlideWidthScale, double SlideHeightScale ); - void displaySlidesRochade( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex, double SlideWidthScale, double SlideHeightScale ); -void displaySlidesShaders( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex, double SlideWidthScale, double SlideHeightScale ); -void prepareStatic( ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex ); -void prepareDissolve( ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex ); -void preparePermShader(); - -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit