diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h index a1ab179b..d451bb52 100644 --- a/src/being.h +++ b/src/being.h @@ -569,8 +569,6 @@ class Being : public Sprite, public ConfigListener /** Engine-related infos about weapon. */ const ItemInfo *mEquippedWeapon; - static std::vector<std::string> hairColors; - static int mNumberOfHairColors; /** Number of hair colors in use */ static int mNumberOfHairstyles; /** Number of hair styles in use */ Path mPath; |