From 920d4463f6e59b815852c173e2974ffc7b4bb284 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Jun 2016 13:13:28 +0200 Subject: loplugin:singlevalfields in vcl(part1) Change-Id: I0031199937cc95793951a070c4b3d8910933e69f Reviewed-on: https://gerrit.libreoffice.org/26595 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/fixed.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/fixed.hxx') diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index ccedac4832b9..cabe13dcad7a 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -152,7 +152,6 @@ class VCL_DLLPUBLIC FixedImage : public Control { private: Image maImage; - bool mbInUserDraw; private: using Control::ImplInitSettings; -- cgit