diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 22:27:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 08:58:11 +0100 |
commit | f42b66cc5104447a5505cc2c11e89fb42250d24b (patch) | |
tree | bae00a7b45ff5f105d4993e480783c4223840400 /vcl | |
parent | 2cd6e2259ce0777644af18b29ff424f10d908231 (diff) |
callcatcher: unused methods
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/image.h | 1 | ||||
-rw-r--r-- | vcl/source/gdi/impimage.cxx | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h index c7485dd4eb95..1eab7dec707f 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -82,7 +82,6 @@ struct ImageAryData sal_uInt16 mnId; BitmapEx maBitmapEx; - ImageAryData(); ImageAryData( const rtl::OUString &aName, sal_uInt16 nId, const BitmapEx &aBitmap ); ImageAryData( const ImageAryData& rData ); diff --git a/vcl/source/gdi/impimage.cxx b/vcl/source/gdi/impimage.cxx index 4e979c815543..20b4d7de4d82 100644 --- a/vcl/source/gdi/impimage.cxx +++ b/vcl/source/gdi/impimage.cxx @@ -47,17 +47,6 @@ #define IMPSYSIMAGEITEM_ALPHA ( 0x02 ) #define DISA_ALL ( 0xffff ) -// ---------------- -// - ImageAryData - -// ---------------- - -ImageAryData::ImageAryData() : - maName(), - mnId( 0 ), - maBitmapEx() -{ -} - // ----------------------------------------------------------------------- ImageAryData::ImageAryData( const ImageAryData& rData ) : |