summaryrefslogtreecommitdiff
path: root/include/svx/svdpagv.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 09:39:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 12:09:21 +0200
commit6f28db10d7d4e76448bff9b832cc4f44d7b0aa35 (patch)
treec5a7193e02ec032bde09b69ba5f556f253a79ff6 /include/svx/svdpagv.hxx
parente85966450b770e1169f113183ce1a9a9f4dcc507 (diff)
loplugin:unusedmethods
Change-Id: I9e583df920657ab401162db79decb192c4f69f90 Reviewed-on: https://gerrit.libreoffice.org/61283 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdpagv.hxx')
-rw-r--r--include/svx/svdpagv.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdpagv.hxx b/include/svx/svdpagv.hxx
index d78226c1af3e..aa6c5b325688 100644
--- a/include/svx/svdpagv.hxx
+++ b/include/svx/svdpagv.hxx
@@ -93,7 +93,6 @@ private:
// interface to SdrPageWindow
void ClearPageWindows();
- std::unique_ptr<SdrPageWindow> RemovePageWindow(SdrPageWindow& rOld);
public:
sal_uInt32 PageWindowCount() const { return maPageWindows.size(); }
SdrPageWindow* FindPageWindow( SdrPaintWindow& rPaintWindow ) const;