diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/being.h b/src/being.h index 8d2ae1b0..6464090c 100644 --- a/src/being.h +++ b/src/being.h @@ -269,12 +269,6 @@ class Being : public ActorSprite, public EventListener void setSpriteColor(unsigned int slot, const std::string &color = ""); /** - * Get the number of hairstyles implemented - */ - static int getNumOfHairstyles() - { return mNumberOfHairstyles; } - - /** * Get the number of layers used to draw the being */ int getNumberOfLayers() const; @@ -400,8 +394,6 @@ class Being : public ActorSprite, public EventListener */ const Path &getPath() const { return mPath; } - static void load(); - void flashName(int time); int getDamageTaken() const @@ -500,8 +492,6 @@ class Being : public ActorSprite, public EventListener /** Engine-related infos about weapon. */ const ItemInfo *mEquippedWeapon; - static int mNumberOfHairstyles; /** Number of hair styles in use */ - Path mPath; std::string mSpeech; Text *mText; |