summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/animate.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-23 10:08:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-23 10:10:10 +0000
commit5e283a80cd8e3e3a158b604f59c3dafa59a6b6f1 (patch)
tree081aa5b154ec1d194f32a8d813291836c47ef27e /vcl/source/gdi/animate.cxx
parentb7ea36101497c275cb08b0e37facbde656197d9b (diff)
callcatcher: remove recently unused code
Diffstat (limited to 'vcl/source/gdi/animate.cxx')
-rw-r--r--vcl/source/gdi/animate.cxx8
1 files changed, 0 insertions, 8 deletions
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 )
{