summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-11-23 22:32:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-11-23 22:39:04 +0100
commitdb4aab0e114df7eda1a53a218de41a38c5bde7f2 (patch)
treeea85a19c5fd36a39a7786514334be903a1557fa8 /slideshow
parent5eb9c58c31ac0ab1042ef1c2cc8b61e932dddf8d (diff)
Remove some newly tagged unused methods
Change-Id: Ie55dfd19f223df62c091ffc4fdf28789b308a1c7
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx5
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
index 14b999a2ba02..491381cf3124 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
@@ -84,11 +84,6 @@ void OGLTransitionImpl::setScene(TransitionScene const& rScene)
maScene = rScene;
}
-void OGLTransitionImpl::clearScene()
-{
- maScene.clear();
-}
-
void OGLTransitionImpl::prepare( ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex )
{
const SceneObjects_t& rSceneObjects(maScene.getSceneObjects());
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
index af81d7928e70..0724de5d8c3d 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
@@ -175,8 +175,6 @@ protected:
void setScene(TransitionScene const& rScene);
// void setSettings(TransitionSettings const& rSettings);
- void clearScene();
-
void displaySlide( double nTime, ::sal_Int32 glSlideTex, const Primitives_t& primitives, double SlideWidthScale, double SlideHeightScale );
void displayScene( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight);
void applyOverallOperations( double nTime, double SlideWidthScale, double SlideHeightScale );