diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 12:45:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 15:26:37 +0200 |
commit | 3f9940c2e050830051a31e4b70736132e034a9db (patch) | |
tree | f20559316d4fc41bfc84287a67dd64498836c129 /vcl/inc/svimpbox.hxx | |
parent | 89ca0ed3bc773b2fa65c74a4d3cfbdd3515bc641 (diff) |
loplugin:unusedmethods
Change-Id: I2dd10873be73256a3689233c7b1e37bde8f685ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/svimpbox.hxx')
-rw-r--r-- | vcl/inc/svimpbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx index 02f8de6d8c72..70173e25a1a7 100644 --- a/vcl/inc/svimpbox.hxx +++ b/vcl/inc/svimpbox.hxx @@ -307,7 +307,6 @@ public: bool GetUpdateMode() const { return m_bUpdateMode; } tools::Rectangle GetClipRegionRect() const; bool HasHorScrollBar() const { return m_aHorSBar->IsVisible(); } - void ShowFocusRect( const SvTreeListEntry* pEntry ); void CallEventListeners( VclEventId nEvent, void* pData = nullptr ); bool IsSelectable( const SvTreeListEntry* pEntry ); |