From 1cfa1d9e1041b0e82d9be90847c428adfd01476e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Nov 2018 16:48:42 +0200 Subject: loplugin:unusedfields Change-Id: Id16846c19c57ec437a64146d0fa771c1bfc05135 Reviewed-on: https://gerrit.libreoffice.org/63028 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/dialcontrol.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index 609e01c31af6..3f5ad7592f25 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -112,7 +112,6 @@ protected: Size maWinSize; vcl::Font maWinFont; sal_Int32 mnAngle; - sal_Int32 mnInitialAngle; sal_Int32 mnOldAngle; long mnCenterX; long mnCenterY; -- cgit