From fcecae91b8f38cf6e17e284415008ddd3a35f81d Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 25 Jan 2016 21:07:09 +1100 Subject: vcl: remove oddly misleading comment cruft from image.h Change-Id: Ia6f37d5a1cd66ffac3fc1b25bc1054c16e3d1d6f Reviewed-on: https://gerrit.libreoffice.org/21767 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- vcl/inc/image.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/inc/image.h') diff --git a/vcl/inc/image.h b/vcl/inc/image.h index ba49ac084275..aa5eae355546 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -24,8 +24,6 @@ #include -// - ImplImageList - - struct ImageAryData { OUString maName; @@ -65,8 +63,6 @@ struct ImplImageList void RemoveImage( sal_uInt16 nPos ); }; -// - ImplImage - - struct ImplImage { sal_uIntPtr mnRefCount; -- cgit