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 | |
parent | b7ea36101497c275cb08b0e37facbde656197d9b (diff) |
callcatcher: remove recently unused code
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/animate.hxx | 6 | ||||
-rw-r--r-- | vcl/source/gdi/animate.cxx | 8 |
2 files changed, 0 insertions, 14 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 diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx index b4de8f90df42..aba1f5379191 100644 --- a/vcl/source/gdi/animate.cxx +++ b/vcl/source/gdi/animate.cxx @@ -295,14 +295,6 @@ sal_uLong Animation::GetChecksum() const // ----------------------------------------------------------------------- -sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, long nExtraData, - OutputDevice* pFirstFrameOutDev ) -{ - return Start( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ), nExtraData, pFirstFrameOutDev ); -} - -// ----------------------------------------------------------------------- - sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz, long nExtraData, OutputDevice* pFirstFrameOutDev ) { |