diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 20f5d371e..6049cdeb9 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -86,10 +86,7 @@ public: unsigned int getCurrentFrame() const override A_WARN_UNUSED; - unsigned int getActualFrameCount() const A_WARN_UNUSED; - - unsigned int getFrameCount() const override A_WARN_UNUSED - { return mTempFramesCount; } + unsigned int getFrameCount() const override A_WARN_UNUSED; size_t size() const A_WARN_UNUSED { return mSprites.size(); } @@ -158,7 +155,6 @@ private: bool mDisableAdvBeingCaching; bool mDisableBeingCaching; std::vector<Sprite*> mSprites; - mutable int mTempFramesCount; mutable int mNextRedrawTime; static bool mEnableDelay; }; |