summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 11:23:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-27 19:35:05 +0200
commit5e1b57b8e6482616a415f995c2fa261d5a189973 (patch)
treeccb43106bbf5faf3ca10706eaa0b255b45c75595 /slideshow/source/inc
parent25cc6dcef22e51c1bfa01e8fbed5046439bb1428 (diff)
loplugin:virtualdead in slideshow
Change-Id: Ie158b76e6d552b1189173e30fbea5a43a774180b Reviewed-on: https://gerrit.libreoffice.org/79640 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/slide.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx
index 0f1e2dc205e9..c269b9f4164d 100644
--- a/slideshow/source/inc/slide.hxx
+++ b/slideshow/source/inc/slide.hxx
@@ -115,7 +115,6 @@ namespace slideshow
virtual bool isPaintOverlayActive() const = 0;
virtual void enablePaintOverlay() = 0;
- virtual void disablePaintOverlay() = 0;
virtual void update_settings( bool bUserPaintEnabled, RGBColor const& aUserPaintColor, double dUserPaintStrokeWidth ) = 0;