summaryrefslogtreecommitdiff
path: root/src/compoundsprite.h
diff options
context:
space:
mode:
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; }