diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-05 00:31:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-05 00:31:23 +0300 |
commit | 21b14e4b8708be1d9b804f61330ef7cd5521397d (patch) | |
tree | 798bfa72c765361c169e4869f56365c2ff3f04a8 /src/being | |
parent | 9688b5ea674e17e1ba093f36a5be4d00a15f47b8 (diff) | |
download | plus-21b14e4b8708be1d9b804f61330ef7cd5521397d.tar.gz plus-21b14e4b8708be1d9b804f61330ef7cd5521397d.tar.bz2 plus-21b14e4b8708be1d9b804f61330ef7cd5521397d.tar.xz plus-21b14e4b8708be1d9b804f61330ef7cd5521397d.zip |
Remove getter getSpritesCount from Being.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h index 17286026a..2f03bd877 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -303,9 +303,6 @@ class Being notfinal : public ActorSprite, Party *getParty() const restrict2 noexcept A_WARN_UNUSED { return mParty; } - size_t getSpritesCount() const restrict2 A_WARN_UNUSED - { return mSprites.size(); } - /** * Sets visible equipments for this being. */ |