diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 10:08:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 10:10:10 +0000 |
commit | 5e283a80cd8e3e3a158b604f59c3dafa59a6b6f1 (patch) | |
tree | 081aa5b154ec1d194f32a8d813291836c47ef27e /vcl/inc | |
parent | b7ea36101497c275cb08b0e37facbde656197d9b (diff) |
callcatcher: remove recently unused code
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/animate.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/vcl/animate.hxx b/vcl/inc/vcl/animate.hxx index 956f63f330f8..c77587d29214 100644 --- a/vcl/inc/vcl/animate.hxx +++ b/vcl/inc/vcl/animate.hxx @@ -200,12 +200,6 @@ public: sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, - long nExtraData = 0, - OutputDevice* pFirstFrameOutDev = NULL - ); - sal_Bool Start( - OutputDevice* pOutDev, - const Point& rDestPt, const Size& rDestSz, long nExtraData = 0, OutputDevice* pFirstFrameOutDev = NULL |