summaryrefslogtreecommitdiffstats
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slide/slideanimations.cxx5
-rw-r--r--slideshow/source/engine/slide/slideanimations.hxx3
2 files changed, 0 insertions, 8 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.cxx b/slideshow/source/engine/slide/slideanimations.cxx
index f2a1be5665b8..853b603ed9c7 100644
--- a/slideshow/source/engine/slide/slideanimations.cxx
+++ b/slideshow/source/engine/slide/slideanimations.cxx
@@ -111,11 +111,6 @@ namespace slideshow
mpRootNode->end();
}
- void SlideAnimations::dispose()
- {
- mpRootNode.reset();
- maContext.dispose();
- }
}
}
diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx
index 0ae0dd8cb02e..f8c738683a3b 100644
--- a/slideshow/source/engine/slide/slideanimations.hxx
+++ b/slideshow/source/engine/slide/slideanimations.hxx
@@ -103,9 +103,6 @@ namespace slideshow
*/
void end();
- /// Release all references. Does not notify anything.
- void dispose();
-
private:
SlideShowContext maContext;
const basegfx::B2DVector maSlideSize;