canvas/source/tools/surfacerect.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit ce6170dafe0159e2a1d689133c070b25fa39dd12 Author: Noel Grandin <n...@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 <c...@libreoffice.org> Reviewed-by: Noel Grandin <noelgran...@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() { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits