summaryrefslogtreecommitdiff
path: root/src/compoundsprite.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-28 23:36:15 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-29 13:24:20 +0100
commit8e4fe8414eed9fc4934a0d0e34eee578e0216dc7 (patch)
tree1e83aa3712bd2f2b5da4a1ddc5226563215ff1be /src/compoundsprite.h
parent3cd5ac3ced565c86a5e5ca4fdb336e91ba55f524 (diff)
downloadmana-8e4fe8414eed9fc4934a0d0e34eee578e0216dc7.tar.gz
mana-8e4fe8414eed9fc4934a0d0e34eee578e0216dc7.tar.bz2
mana-8e4fe8414eed9fc4934a0d0e34eee578e0216dc7.tar.xz
mana-8e4fe8414eed9fc4934a0d0e34eee578e0216dc7.zip
Removed Sprite::getCurrentFrame and Sprite::getFrameCount
They are apparently no longer being used. Reviewed-by: Erik Schilling
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r--src/compoundsprite.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h
index 10ee01e1..eed40231 100644
--- a/src/compoundsprite.h
+++ b/src/compoundsprite.h
@@ -68,10 +68,6 @@ public:
virtual bool drawnWhenBehind() const;
- size_t getCurrentFrame() const;
-
- size_t getFrameCount() const;
-
int getDuration() const;
size_t size() const
@@ -90,16 +86,6 @@ public:
void ensureSize(size_t layerCount);
- /**
- * Returns the curent frame in the current animation of the given layer.
- */
- virtual size_t getCurrentFrame(size_t layer);
-
- /**
- * Returns the frame count in the current animation of the given layer.
- */
- virtual size_t getFrameCount(size_t layer);
-
void doRedraw()
{ mNeedsRedraw = true; }