summaryrefslogtreecommitdiff
path: root/src/being/compoundsprite.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-04 21:39:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-04 21:39:15 +0300
commit1a31d0573e3e714664631ac40686c0d61b4bccc9 (patch)
treef8cd5bb7265820d29cfda5c83a2094a793f5a795 /src/being/compoundsprite.h
parent2521a791d764920c194e8fe299110e98dc2e5ab3 (diff)
downloadplus-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.gz
plus-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.bz2
plus-1a31d0573e3e714664631ac40686c0d61b4bccc9.tar.xz
plus-1a31d0573e3e714664631ac40686c0d61b4bccc9.zip
Remove getter size from compoundsprite.
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r--src/being/compoundsprite.h3
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(); }