From e40e5726e0062b214f4198ad9156d606d830d4ee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 17 Aug 2020 08:21:13 +0200 Subject: loplugin:unusedmethods Change-Id: I31002cc322c43498ef8c37f6b7f94ae1a8278ba9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100857 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/toolkit/treelist.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/vcl/toolkit/treelist.hxx b/include/vcl/toolkit/treelist.hxx index 78846381e3fb..6f047c20753c 100644 --- a/include/vcl/toolkit/treelist.hxx +++ b/include/vcl/toolkit/treelist.hxx @@ -174,9 +174,6 @@ public: const SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ) const; SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ); - std::pair - GetChildIterators(SvTreeListEntry* pParent); - sal_uLong GetAbsPos( const SvTreeListEntry* pEntry ) const; static sal_uLong GetRelPos( const SvTreeListEntry* pChild ); -- cgit