summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-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