From 9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Mar 2017 11:41:17 +0200 Subject: loplugin:unusedmethods Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0 Reviewed-on: https://gerrit.libreoffice.org/35834 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/control/bindings.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index 1161d3cef9fb..bd64b8942679 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -778,12 +778,6 @@ void SfxBindings::Invalidate } -bool SfxBindings::IsBound( sal_uInt16 nSlotId ) -{ - return GetStateCache(nSlotId) != nullptr; -} - - std::size_t SfxBindings::GetSlotPos( sal_uInt16 nId, std::size_t nStartSearchAt ) { // answer immediately if a function-seek comes repeated -- cgit