summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-19 15:13:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-20 16:38:54 +0200
commitf79a846c6d2cc1e4213334ec7b47d0e1680bafa7 (patch)
tree9b312392f79081ee2c07e3259064fcc364e2c239 /vcl/inc
parent63bd3f537793e83adccbccc6936ca730138d9aae (diff)
callcatcher: cleanup Animation::Foo
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/animate.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/vcl/animate.hxx b/vcl/inc/vcl/animate.hxx
index aaf88c8b6e76..956f63f330f8 100644
--- a/vcl/inc/vcl/animate.hxx
+++ b/vcl/inc/vcl/animate.hxx
@@ -192,8 +192,6 @@ public:
sal_Bool operator!=( const Animation& rAnimation ) const
{ return !(*this==rAnimation); }
- sal_Bool IsEqual( const Animation& rAnimation ) const;
-
sal_Bool IsEmpty() const;
void SetEmpty();
@@ -254,7 +252,6 @@ public:
);
sal_Bool Invert();
sal_Bool Mirror( sal_uLong nMirrorFlags );
- sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
sal_Bool Adjust(
short nLuminancePercent = 0,
short nContrastPercent = 0,