summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-31 16:56:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-31 21:20:22 +0200
commitdf33c7a0747210b30ca1870877cc06c3fc1c4328 (patch)
tree9e243e5ff4280c8aaab953342b93ae950bfc7519 /include
parent50fd69dfe25d14c75f0dae7fa1bf276ea6deefd3 (diff)
drop unused SvTreeList::LastSelected
Change-Id: I3c51030b8b7a03d944bdaa5e8bc4fb0f443061f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99892 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/treelist.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/treelist.hxx b/include/vcl/treelist.hxx
index 85aba58f8818..50698ec2b68b 100644
--- a/include/vcl/treelist.hxx
+++ b/include/vcl/treelist.hxx
@@ -89,7 +89,6 @@ class VCL_DLLPUBLIC SvTreeList final
SvTreeListEntry* FirstSelected( const SvListView*) const;
SvTreeListEntry* NextSelected( const SvListView*,SvTreeListEntry* pEntry ) const;
- SvTreeListEntry* LastSelected( const SvListView*) const;
sal_uLong GetChildSelectionCount( const SvListView*,SvTreeListEntry* pParent ) const;
@@ -259,8 +258,6 @@ public:
SvTreeListEntry* NextSelected( SvTreeListEntry* pEntry ) const
{ return pModel->NextSelected(this,pEntry); }
- SvTreeListEntry* LastSelected() const
- { return pModel->LastSelected(this); }
SvTreeListEntry* GetEntryAtAbsPos( sal_uLong nAbsPos ) const
{ return pModel->GetEntryAtAbsPos(nAbsPos); }