[Libreoffice-commits] core.git: canvas/source

Noel Grandin noel at peralex.com
Fri Nov 20 05:25:46 PST 2015


 canvas/source/tools/surfacerect.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit ce6170dafe0159e2a1d689133c070b25fa39dd12
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Nov 20 12:00:11 2015 +0200

    loplugin:unusedfields in canvas
    
    Change-Id: Ic532ebf1f929044d72ee3abca29c8275cbe837ac
    Reviewed-on: https://gerrit.libreoffice.org/20078
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/canvas/source/tools/surfacerect.hxx b/canvas/source/tools/surfacerect.hxx
index b98cd28..3f79f88 100644
--- a/canvas/source/tools/surfacerect.hxx
+++ b/canvas/source/tools/surfacerect.hxx
@@ -30,13 +30,11 @@ namespace canvas
         ::basegfx::B2IPoint maPos;
         ::basegfx::B2ISize  maSize;
         ::basegfx::B2IPoint maBackup;
-        bool                bEnabled;
 
         explicit SurfaceRect( const ::basegfx::B2ISize &rSize ) :
             maPos(),
             maSize(rSize),
-            maBackup(),
-            bEnabled(true)
+            maBackup()
         {
         }
 


More information about the Libreoffice-commits mailing list