diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-02 06:38:20 +0000 |
commit | 837f171810a95a1d87907dd08d67e969276f0559 (patch) | |
tree | 6891aa9774c63b759b29d365e0d141f5d7bf3a8c /vcl/inc/image.h | |
parent | 01fd60b8fa614f5911d96bb34b40c62ebe1c20fb (diff) |
loplugin:unusedmethods in vcl
Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463
Reviewed-on: https://gerrit.libreoffice.org/19074
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/image.h')
-rw-r--r-- | vcl/inc/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h index 479bb66cd87e..5b8e92d6bee2 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -34,7 +34,6 @@ public: ~ImplImageBmp(); void Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight,sal_uInt16 nInitSize ); - void ColorTransform(); void Draw( OutputDevice* pDev, const Point& rPos, DrawImageFlags nStyle, const Size* pSize = NULL ); private: |