From a19e8ddded0aa4d1fe1d36a3c63dff43cb8ad589 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Sep 2021 15:58:48 +0200 Subject: loplugin:unusedmethods Change-Id: I6295d6ff6fb7410852351801c324244308c5c472 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121751 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/sidebar/AreaTransparencyGradientPopup.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx/sidebar') diff --git a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx index 04b8fa91a8b6..3383884a807f 100644 --- a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx +++ b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx @@ -49,7 +49,6 @@ private: DECL_LINK(ModifiedTrgrHdl_Impl, weld::MetricSpinButton&, void); DECL_LINK(Left_Click45_Impl, const OString&, void); DECL_LINK(Right_Click45_Impl, const OString&, void); - DECL_LINK(FocusHdl, weld::Widget&, void); public: AreaTransparencyGradientPopup(const css::uno::Reference& rFrame, -- cgit