diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-29 18:17:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-29 18:17:49 +0300 |
commit | 3f2c03e33a929e1b2b78e00a4246216a8ea258a0 (patch) | |
tree | 3ff9eb53b056425100402b277dbbb58ab17a2a8e /src/resources/animation/animation.h | |
parent | 30c8e376a1c45043863e6ad8b04186eabb711487 (diff) | |
download | plus-3f2c03e33a929e1b2b78e00a4246216a8ea258a0.tar.gz plus-3f2c03e33a929e1b2b78e00a4246216a8ea258a0.tar.bz2 plus-3f2c03e33a929e1b2b78e00a4246216a8ea258a0.tar.xz plus-3f2c03e33a929e1b2b78e00a4246216a8ea258a0.zip |
Remove unused function from animation.
Diffstat (limited to 'src/resources/animation/animation.h')
-rw-r--r-- | src/resources/animation/animation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/animation/animation.h b/src/resources/animation/animation.h index b396bae49..8b99bac1b 100644 --- a/src/resources/animation/animation.h +++ b/src/resources/animation/animation.h @@ -91,11 +91,6 @@ class Animation final : public MemoryCounter std::string getCounterName() const override { return mName; } - /** - * Determines whether the given animation frame is a terminator. - */ - static bool isTerminator(const Frame &phase) noexcept2 A_WARN_UNUSED; - protected: Frames mFrames; std::string mName; |