diff options
-rw-r--r-- | src/being.cpp | 2 | ||||
-rw-r--r-- | src/being.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/being.cpp b/src/being.cpp index fa97d800..b5232469 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -64,9 +64,7 @@ const bool debug_movement = true; #define BEING_EFFECTS_FILE "effects.xml" #define HAIR_FILE "hair.xml" -int Being::mNumberOfHairColors = 1; int Being::mNumberOfHairstyles = 1; -std::vector<std::string> Being::hairColors; static const int DEFAULT_WIDTH = 32; static const int DEFAULT_HEIGHT = 32; diff --git a/src/being.h b/src/being.h index dd3627e2..26b4f8f9 100644 --- a/src/being.h +++ b/src/being.h @@ -566,8 +566,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; |