summaryrefslogtreecommitdiff
path: root/vcl/source/window/splitwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-15 20:11:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-16 09:21:42 +0200
commitb13eb902dfa3ed3f540e257b6865997ff23d560b (patch)
tree1443c191228ab3f701dd059215ce72844eccca21 /vcl/source/window/splitwin.cxx
parent27a97ce6f9df24582e07c9f5f920c79ab0851abd (diff)
loplugin:unusedmethods
Change-Id: I52187eccf6170f64d38c673a86dc80818813efa6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94328 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window/splitwin.cxx')
-rw-r--r--vcl/source/window/splitwin.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index 4cc59d084554..9acc609c963d 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -2299,18 +2299,6 @@ void SplitWindow::RemoveItem( sal_uInt16 nId )
pOrgParent.clear();
}
-void SplitWindow::Clear()
-{
- // create Main-Set again
- mpMainSet.reset(new ImplSplitSet());
- if ( mnWinStyle & WB_NOSPLITDRAW )
- mpMainSet->mnSplitSize -= 2;
- mpBaseSet = mpMainSet.get();
-
- // and invalidate again
- ImplUpdate();
-}
-
void SplitWindow::SplitItem( sal_uInt16 nId, long nNewSize,
bool bPropSmall, bool bPropGreat )
{