summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-23 10:01:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:45 +0100
commit0d1ff2bfc439ff59dd6cec0a6cb6495f4ef2cc54 (patch)
tree95ff034cd162397094fcd424ece5e60db469ad94 /vcl/source/gdi/impgraph.cxx
parent79a2a32edef3663306c670337897e056989d2cb1 (diff)
generate list
Diffstat (limited to 'vcl/source/gdi/impgraph.cxx')
-rw-r--r--vcl/source/gdi/impgraph.cxx8
1 files changed, 0 insertions, 8 deletions
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;