summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-21 09:00:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-21 09:17:11 +0000
commit4d1c57a00ed20f49685504ac5289bc2c325060fc (patch)
tree86c2e3f32327030bcda206555960779c20551570 /vcl
parente4d90aef949abf172c45e15241159371504d6090 (diff)
callcatcher: update list
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/impgraph.hxx4
-rw-r--r--vcl/source/gdi/impgraph.cxx11
2 files changed, 0 insertions, 15 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index e7eb6427b83a..9b029f501b47 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -128,10 +128,6 @@ private:
void ImplStartAnimation( OutputDevice* pOutDev,
const Point& rDestPt,
- long nExtraData = 0,
- OutputDevice* pFirstFrameOutDev = NULL );
- void ImplStartAnimation( OutputDevice* pOutDev,
- const Point& rDestPt,
const Size& rDestSize,
long nExtraData = 0,
OutputDevice* pFirstFrameOutDev = NULL );
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 71563d2fa31f..f5bf32c29bec 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -851,17 +851,6 @@ void ImpGraphic::ImplDraw( OutputDevice* pOutDev,
// ------------------------------------------------------------------------
-void ImpGraphic::ImplStartAnimation( OutputDevice* pOutDev,
- const Point& rDestPt,
- long nExtraData,
- OutputDevice* pFirstFrameOutDev )
-{
- if( ImplIsSupportedGraphic() && !ImplIsSwapOut() && mpAnimation )
- mpAnimation->Start( pOutDev, rDestPt, nExtraData, pFirstFrameOutDev );
-}
-
-// ------------------------------------------------------------------------
-
void ImpGraphic::ImplStartAnimation( OutputDevice* pOutDev, const Point& rDestPt,
const Size& rDestSize, long nExtraData,
OutputDevice* pFirstFrameOutDev )