diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-02 16:25:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-03 08:28:10 +0200 |
commit | dbeb289888e70038e9fc3c52728f7fe03f1935cb (patch) | |
tree | 972db2d8d460c483934c64084a47a1501953c875 /svtools | |
parent | c3b7f134b94bf2f0830b16b42bd72d235de377fb (diff) |
loplugin:unusedmethods
Change-Id: I7db0c27ff2213210ed4b46ebbadc1a2f74a18257
Reviewed-on: https://gerrit.libreoffice.org/61249
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/treelistbox.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index d3a667d5abb4..f6018223344c 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -2408,11 +2408,6 @@ Point SvTreeListBox::GetEntryPosition( SvTreeListEntry* pEntry ) const return pImpl->GetEntryPosition( pEntry ); } -void SvTreeListBox::ShowEntry( SvTreeListEntry* pEntry ) -{ - MakeVisible( pEntry ); -} - void SvTreeListBox::MakeVisible( SvTreeListEntry* pEntry ) { pImpl->MakeVisible(pEntry); |