[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Jan 25 02:11:33 PST 2016
vcl/inc/image.h | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit fcecae91b8f38cf6e17e284415008ddd3a35f81d
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Jan 25 21:07:09 2016 +1100
vcl: remove oddly misleading comment cruft from image.h
Change-Id: Ia6f37d5a1cd66ffac3fc1b25bc1054c16e3d1d6f
Reviewed-on: https://gerrit.libreoffice.org/21767
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index ba49ac0..aa5eae3 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -24,8 +24,6 @@
#include <unordered_map>
-// - ImplImageList -
-
struct ImageAryData
{
OUString maName;
@@ -65,8 +63,6 @@ struct ImplImageList
void RemoveImage( sal_uInt16 nPos );
};
-// - ImplImage -
-
struct ImplImage
{
sal_uIntPtr mnRefCount;
More information about the Libreoffice-commits
mailing list