summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-11 16:47:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-12 00:59:55 +0200
commite5bcbc7fb2903504d967a8a1f0218de2acb11170 (patch)
treed46d3aecb612450365546baa80e801e7c159349e /vcl/inc
parentd0587241ebf9fefa0834b903e69bcb4acc1c2a94 (diff)
callcatcher: remove unused Image::Invert
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/image.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/vcl/image.hxx b/vcl/inc/vcl/image.hxx
index 7b64582f4a2e..301af44bead9 100644
--- a/vcl/inc/vcl/image.hxx
+++ b/vcl/inc/vcl/image.hxx
@@ -88,8 +88,6 @@ public:
Image GetColorTransformedImage( ImageColorTransform eColorTransform ) const;
- void Invert();
-
sal_Bool operator!() const { return( !mpImplData ? true : false ); }
Image& operator=( const Image& rImage );
sal_Bool operator==( const Image& rImage ) const;