summaryrefslogtreecommitdiff
path: root/src/animatedsprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r--src/animatedsprite.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp
index 222ae9ac..54a11d87 100644
--- a/src/animatedsprite.cpp
+++ b/src/animatedsprite.cpp
@@ -194,18 +194,6 @@ bool AnimatedSprite::setDirection(SpriteDirection direction)
return false;
}
-size_t AnimatedSprite::getCurrentFrame() const
-{
- return mFrameIndex;
-}
-
-size_t AnimatedSprite::getFrameCount() const
-{
- if (mAnimation)
- return mAnimation->getLength();
- return 0;
-}
-
int AnimatedSprite::getDuration() const
{
if (mAnimation)