diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-17 14:42:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-19 07:58:04 +0200 |
commit | 33e176552d0f4b6d343de72433963c44fa44f9ba (patch) | |
tree | b391bdff82cfec3dd40107d11bc01ee660cb9dbe /slideshow/source/engine/animationnodes | |
parent | c66e8c7f94e0937a51a81c0c1626f349d30dd424 (diff) |
loplugin:virtualdead unused param in Animation::prefetch
Change-Id: I7eaf01548567ce560b0e32f222880d21b966c78d
Reviewed-on: https://gerrit.libreoffice.org/81071
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationcolornode.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationcolornode.cxx b/slideshow/source/engine/animationnodes/animationcolornode.cxx index 79850c84b7a9..4d6daeec3a05 100644 --- a/slideshow/source/engine/animationnodes/animationcolornode.cxx +++ b/slideshow/source/engine/animationnodes/animationcolornode.cxx @@ -49,8 +49,7 @@ public: "HSLWrapper::HSLWrapper(): Invalid color animation delegate" ); } - virtual void prefetch( const AnimatableShapeSharedPtr&, - const ShapeAttributeLayerSharedPtr& ) override + virtual void prefetch() override {} virtual void start( const AnimatableShapeSharedPtr& rShape, |