diff options
Diffstat (limited to 'src/being/being.h')
-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. */ |