summaryrefslogtreecommitdiff
path: root/include/svx/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-25 20:53:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-27 12:53:09 +0200
commit726b6b1ce644705e551b62e3e046209eded968b9 (patch)
tree63fe9514599caeaaeb24468bb7d76125cccc35e1 /include/svx/sdr
parentc688b01d9102832226251fc84045408afe392459 (diff)
loplugin:unusedmethods
Change-Id: I360ed9c98a42026f6f3894e93f89be39080af6b5 Reviewed-on: https://gerrit.libreoffice.org/53542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx
index 0912d47dbf90..aeb82f04cd33 100644
--- a/include/svx/sdr/contact/viewcontact.hxx
+++ b/include/svx/sdr/contact/viewcontact.hxx
@@ -79,9 +79,6 @@ protected:
// asserted there
virtual drawinglayer::primitive2d::Primitive2DContainer createViewIndependentPrimitive2DSequence() const;
- // method for flushing View Independent Primitive2DContainer for VOC implementations
- void flushViewIndependentPrimitive2DSequence() { mxViewIndependentPrimitive2DSequence.clear(); }
-
// basic constructor. Since this is a base class only, it shall
// never be called directly
ViewContact();