diff options
author | Noel <noelgrandin@gmail.com> | 2020-09-30 14:23:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-30 15:56:37 +0200 |
commit | 2be04eb4de522bc3aac0449721dd38afebf2ec63 (patch) | |
tree | e9204ea9945b26f24578b8c3a37eed7aaf4850c7 /svx/source | |
parent | 99e51aaf2ad216888622a46a625479e1b42946d4 (diff) |
loplugin:unusedmethods
Change-Id: I4f5262af08bb35540e6330775a91df42e4c9977e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103684
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sidebar/graphic/GraphicPropertyPanel.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx index bb724d4c4663..d62f000ec34f 100644 --- a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx +++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx @@ -84,10 +84,6 @@ private: DECL_LINK( ModifyContrastHdl, weld::MetricSpinButton&, void ); DECL_LINK( ModifyTransHdl, weld::MetricSpinButton&, void ); DECL_LINK( ClickColorModeHdl, weld::ComboBox&, void ); - DECL_LINK( RedHdl, weld::MetricSpinButton&, void ); - DECL_LINK( GreenHdl, weld::MetricSpinButton&, void ); - DECL_LINK( BlueHdl, weld::MetricSpinButton&, void ); - DECL_LINK( GammaHdl, weld::SpinButton&, void ); void Initialize(); }; |