From 73de019c0b1ac82229f7c5cff84deea39ad78a18 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 Jan 2020 14:08:15 +0200 Subject: loplugin:unusedfields Change-Id: If130c8a4861998d7eafd2e9525592f3c811ec21c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87069 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/field.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index 132f4cda065e..4e0b0a04d9ff 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -154,7 +154,6 @@ public: sal_Int64 Denormalize( sal_Int64 nValue ) const; protected: - sal_Int64 mnFieldValue; sal_Int64 mnLastValue; sal_Int64 mnMin; sal_Int64 mnMax; -- cgit