From 8e4fe8414eed9fc4934a0d0e34eee578e0216dc7 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 28 Jan 2012 23:36:15 +0100 Subject: Removed Sprite::getCurrentFrame and Sprite::getFrameCount They are apparently no longer being used. Reviewed-by: Erik Schilling --- src/compoundsprite.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/compoundsprite.h') 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; } -- cgit v1.2.3-70-g09d2