summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-12-30 18:45:51 -0200
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-12-31 10:23:16 +0000
commit3d623f39335870e4c6706e6b985f0218e2faafa6 (patch)
tree244f12e5c640a9bb1af3fb1ff08ef7312dd63d7f /slideshow
parent9eb90b97e80979d384640763507004b2df102379 (diff)
Remove some unused functions
Change-Id: I618de5d34d891b1b183cca12b71aff4128b2f92e Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1517 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx8
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx1
2 files changed, 0 insertions, 9 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
index 1142f61ce164..1df780221d69 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx
@@ -67,14 +67,6 @@ void TransitionScene::swap(TransitionScene& rOther)
swap(maSceneObjects, rOther.maSceneObjects);
}
-void TransitionScene::clear()
-{
- maLeavingSlidePrimitives.clear();
- maEnteringSlidePrimitives.clear();
- maOverallOperations.clear();
- maSceneObjects.clear();
-}
-
OGLTransitionImpl::~OGLTransitionImpl()
{
}
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
index 3760683790ac..9b27b47dc8d7 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
@@ -95,7 +95,6 @@ public:
TransitionScene& operator=(const TransitionScene& rOther);
void swap(TransitionScene& rOther);
- void clear();
const Primitives_t& getLeavingSlide() const
{