summaryrefslogtreecommitdiff
path: root/vcl/inc/image.h
diff options
context:
space:
mode:
authorAlexander Bergmann <myaddons@gmx.de>2012-02-15 13:15:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-15 13:15:50 +0000
commit3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (patch)
tree2853ce190654f0826ccd609762bb656cd16877dd /vcl/inc/image.h
parenta62395237ed78f982ae74efe5ed8ad7834a2f95b (diff)
unusedcode.easy: Removed unused code
Diffstat (limited to 'vcl/inc/image.h')
-rw-r--r--vcl/inc/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index 149775053151..f8abc4eb70c4 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -114,7 +114,6 @@ struct ImplImageList
void AddImage( const ::rtl::OUString &aName,
sal_uInt16 nId, const BitmapEx &aBitmapEx );
void RemoveImage( sal_uInt16 nPos );
- sal_uInt16 GetImageCount() const;
};
// --------------------