diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 21:07:09 +1100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-25 10:10:57 +0000 |
commit | fcecae91b8f38cf6e17e284415008ddd3a35f81d (patch) | |
tree | 24916a6fa714aafdfcc2f3ae031b7474dedd843a | |
parent | 604761d2849238ef163d499c97237a53838625ce (diff) |
vcl: remove oddly misleading comment cruft from image.h
Change-Id: Ia6f37d5a1cd66ffac3fc1b25bc1054c16e3d1d6f
Reviewed-on: https://gerrit.libreoffice.org/21767
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r-- | vcl/inc/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <unordered_map> -// - ImplImageList - - struct ImageAryData { OUString maName; @@ -65,8 +63,6 @@ struct ImplImageList void RemoveImage( sal_uInt16 nPos ); }; -// - ImplImage - - struct ImplImage { sal_uIntPtr mnRefCount; |