From 8d4a306eb04742f499ab693e7f8ebd3ae3c01415 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Nov 2016 11:26:59 +0200 Subject: loplugin:unusedfields Change-Id: I1400ca0af2c357dff06e5f733ec62b13d6a96461 Reviewed-on: https://gerrit.libreoffice.org/30861 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/image.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc/image.h') diff --git a/vcl/inc/image.h b/vcl/inc/image.h index f737a14a8d9b..5446dc7d322a 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -52,7 +52,6 @@ struct ImplImageList ImageAryDataNameHash maNameHash; OUString maPrefix; Size maImageSize; - sal_uIntPtr mnRefCount; ImplImageList(); ImplImageList( const ImplImageList &aSrc ); @@ -65,8 +64,6 @@ struct ImplImageList struct ImplImage { - sal_uIntPtr mnRefCount; - BitmapChecksum maBitmapChecksum; std::unique_ptr mpBitmapEx; -- cgit