diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 14:45:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-17 06:49:23 +0000 |
commit | 5a7bf1b32c3699c9ca40d60e61403a3b587f35ff (patch) | |
tree | 0b9cf1aa793c09e8bf761e8b284f980be8ee473b /slideshow/source/engine/animationnodes/basenode.hxx | |
parent | 9b9e75a078306180a59011cc116cf179d24518ff (diff) |
loplugin:unusedmethods slideshow
Change-Id: I66b6cddb638a9fc1228d3ea9df5d112300a00eb3
Reviewed-on: https://gerrit.libreoffice.org/17128
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/source/engine/animationnodes/basenode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/basenode.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.hxx b/slideshow/source/engine/animationnodes/basenode.hxx index cf75964e24db..799feac24d0f 100644 --- a/slideshow/source/engine/animationnodes/basenode.hxx +++ b/slideshow/source/engine/animationnodes/basenode.hxx @@ -53,12 +53,6 @@ struct NodeContext mbIsIndependentSubset( true ) {} - void dispose() - { - maContext.dispose(); - mpMasterShapeSubset.reset(); - } - /// Context as passed to createAnimationNode() SlideShowContext maContext; |