From 561a02ec72cf963d7cd59cfb9a183c1032f0861b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Jun 2017 15:28:46 +0200 Subject: loplugin:unusedfields in vcl part3 Change-Id: I5a6319ba1667af6e9b7b92c22f858188c28c4c61 Reviewed-on: https://gerrit.libreoffice.org/38835 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/gdi/sallayout.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/source/gdi') diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 30907d8a62ad..11849a8e3e16 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -542,7 +542,6 @@ bool ImplLayoutArgs::GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) SalLayout::SalLayout() : mnMinCharPos( -1 ), mnEndCharPos( -1 ), - mnLayoutFlags( SalLayoutFlags::NONE ), mnUnitsPerPixel( 1 ), mnOrientation( 0 ), maDrawOffset( 0, 0 ) @@ -555,7 +554,6 @@ void SalLayout::AdjustLayout( ImplLayoutArgs& rArgs ) { mnMinCharPos = rArgs.mnMinCharPos; mnEndCharPos = rArgs.mnEndCharPos; - mnLayoutFlags = rArgs.mnFlags; mnOrientation = rArgs.mnOrientation; } -- cgit