diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-06-08 08:31:05 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-08 08:31:05 -0600 |
commit | c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925 (patch) | |
tree | 4c6ac8843b522d7da1dd4954aab293c2d1dce1f1 /src/being.h | |
parent | c79406e025a17ec29afca2458f916d3f2d49447d (diff) | |
download | mana-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.gz mana-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.bz2 mana-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.xz mana-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.zip |
Remove some unused variables
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; |