summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-05 14:57:19 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-05 14:57:19 +0300
commit34bc5498ea3098ca83d454b1745255f060ab2797 (patch)
tree9e0745d1f59dd76537e31e23b3b972d303568551
parent70fc07029e12a11e7b1943b6a1856f02a8800a39 (diff)
downloadplus-34bc5498ea3098ca83d454b1745255f060ab2797.tar.gz
plus-34bc5498ea3098ca83d454b1745255f060ab2797.tar.bz2
plus-34bc5498ea3098ca83d454b1745255f060ab2797.tar.xz
plus-34bc5498ea3098ca83d454b1745255f060ab2797.zip
Remove unused method getNumOfRaces from Being.
-rw-r--r--src/being/being.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being/being.h b/src/being/being.h
index dd0c64af0..afcc61839 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -333,12 +333,6 @@ class Being notfinal : public ActorSprite,
{ return mNumberOfHairstyles; }
/**
- * Get the number of races implemented
- */
- static int getNumOfRaces() noexcept A_WARN_UNUSED
- { return mNumberOfRaces; }
-
- /**
* Get the number of layers used to draw the being
*/
int getNumberOfLayers() const restrict2 override A_WARN_UNUSED