diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-04 21:39:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-04 21:39:15 +0300 |
commit | 1a31d0573e3e714664631ac40686c0d61b4bccc9 (patch) | |
tree | f8cd5bb7265820d29cfda5c83a2094a793f5a795 /src/being/compoundsprite.h | |
parent | 2521a791d764920c194e8fe299110e98dc2e5ab3 (diff) | |
download | mv-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.gz mv-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.bz2 mv-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.xz mv-1a31d0573e3e714664631ac40686c0d61b4bccc9.zip |
Remove getter size from compoundsprite.
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r-- | src/being/compoundsprite.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index 2966eec44..53a2f189c 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -75,9 +75,6 @@ class CompoundSprite notfinal : public Sprite unsigned int getFrameCount() const override final A_WARN_UNUSED; - size_t size() const A_WARN_UNUSED - { return mSprites.size(); } - bool empty() const A_WARN_UNUSED { return mSprites.empty(); } |