From dbd20b5c793cab388f01b7172df91429b6324418 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Apr 2017 12:36:19 +0200 Subject: loplugin:unusedmethods Change-Id: If2e1241bbe8a3d17859e3ca076b0f55f25c48ea5 Reviewed-on: https://gerrit.libreoffice.org/36983 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sfx2/source/sidebar/ControllerItem.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx index b21ffdd7a1f2..a468c2129bb5 100644 --- a/sfx2/source/sidebar/ControllerItem.cxx +++ b/sfx2/source/sidebar/ControllerItem.cxx @@ -102,16 +102,6 @@ void ControllerItem::RequestUpdate() mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState.get(), IsEnabled(eState)); } -void ControllerItem::NotifyFrameContextChange() -{ - RequestUpdate(); -} - -void ControllerItem::ResetFrame() -{ - mxFrame = nullptr; -} - ControllerItem::ItemUpdateReceiverInterface::~ItemUpdateReceiverInterface() { } -- cgit