diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impgraph.hxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 592f6a73c050..e7eb6427b83a 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -142,7 +142,6 @@ private: Link ImplGetAnimationNotifyHdl() const; sal_uLong ImplGetAnimationLoopCount() const; - void ImplResetAnimationLoopCount(); private: diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 2ce2452220d0..e18464492abd 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -920,14 +920,6 @@ sal_uLong ImpGraphic::ImplGetAnimationLoopCount() const // ------------------------------------------------------------------------ -void ImpGraphic::ImplResetAnimationLoopCount() -{ - if( mpAnimation ) - mpAnimation->ResetLoopCount(); -} - -// ------------------------------------------------------------------------ - GraphicReader* ImpGraphic::ImplGetContext() { return mpContext; |