From 8914595d4623390e4bac9ebbdf0d5ae9ab69aa8a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Jun 2017 13:57:36 +0200 Subject: loplugin:unusedfields in vcl part1 Change-Id: I67d176003f39992cd0ff9271a7d6ce26d2cb6619 Reviewed-on: https://gerrit.libreoffice.org/38828 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/outdev.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b4fb7f019081..64798b85fc1b 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -379,7 +379,6 @@ private: Color maTextColor; Color maTextLineColor; Color maOverlineColor; - TextAlign meTextAlign; RasterOp meRasterOp; Wallpaper maBackground; std::unique_ptr mxSettings; -- cgit