diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being.h b/src/being.h index 6d2bada6..41c9103d 100644 --- a/src/being.h +++ b/src/being.h @@ -186,12 +186,6 @@ class Being : public Sprite getHairStyle() const { return mHairStyle; } /** - * Sets the hair style and color for this being. - */ - virtual void - setHair(Uint16 style, Uint16 color); - - /** * Sets visible equipments for this being. */ virtual void |