From 65b7b6322b662785bf032e66c76abc36c9a2bb0e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Feb 2017 10:40:28 +0200 Subject: loplugin:unusedenumconstants read-only constants in vcl Change-Id: I8c81444cbecdc103cc47d9a4133b0b4d9010e0c2 Reviewed-on: https://gerrit.libreoffice.org/34018 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/control/ctrl.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/source/control/ctrl.cxx') diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index 78b9295840cf..15a9215c756d 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -265,7 +265,6 @@ void Control::StateChanged( StateChangedType nStateChange ) if( nStateChange == StateChangedType::InitShow || nStateChange == StateChangedType::Visible || nStateChange == StateChangedType::Zoom || - nStateChange == StateChangedType::Border || nStateChange == StateChangedType::ControlFont ) { -- cgit