summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 10:30:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 18:35:58 +0200
commit9c4ae2ac2b13f9c0f034f64fb7ad0b4dcae3bb96 (patch)
tree5489446160f2c5dd346f40124fd23473926607db /vcl/source/control
parent5a098fea05fd32d8473730bbf7d35c36540c9df3 (diff)
loplugin:unusedfields
Change-Id: I73e94fe2bcf6e206ae8f78380abf2a399aa6dc01 Reviewed-on: https://gerrit.libreoffice.org/78365 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/button.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index ffad8810efac..4c18207e0844 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -1816,7 +1816,6 @@ void HelpButton::StateChanged( StateChangedType nStateChange )
void RadioButton::ImplInitRadioButtonData()
{
mbChecked = false;
- mbSaveValue = false;
mbRadioCheck = true;
mbStateChanged = false;
}