diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-11 09:44:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-11 09:57:15 +0100 |
commit | ac361231fecb281a0e9550a6527d39183480fe29 (patch) | |
tree | 5e6191cd3bd6a63ae180dde73d46828fa4102598 /include | |
parent | d121553b65eb12e8e47bc4ffc377be73e2bc90d2 (diff) |
SplitWindow::ImplDrawBack is effectively unused
ever since
commit facc94bb0aef58353d54e14f948790643ccbec32
Date: Thu Jan 30 14:36:57 2020 +0200
loplugin:unusedfields
Change-Id: Idb09424a09074abe77d6d5b63ea4a526a3bb7ed2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88423
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/splitwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx index 022695e3f2f6..49d08d644e39 100644 --- a/include/vcl/splitwin.hxx +++ b/include/vcl/splitwin.hxx @@ -100,7 +100,6 @@ private: SAL_DLLPRIVATE void ImplDrawBorderLine(vcl::RenderContext& rRenderContext); static SAL_DLLPRIVATE void ImplCalcSet2( SplitWindow* pWindow, ImplSplitSet* pSet, bool bHide, bool bRows ); - SAL_DLLPRIVATE void ImplDrawBack(vcl::RenderContext& rRenderContext, ImplSplitSet* pSet ); static SAL_DLLPRIVATE sal_uInt16 ImplTestSplit( ImplSplitSet* pSet, const Point& rPos, long& rMouseOff, ImplSplitSet** ppFoundSet, sal_uInt16& rFoundPos, bool bRows ); |