From ac361231fecb281a0e9550a6527d39183480fe29 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Feb 2020 09:44:26 +0200 Subject: 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 --- include/vcl/splitwin.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 ); -- cgit