diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-06-08 08:31:05 -0600 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-08 20:24:08 +0200 |
commit | 758282624f77988540062c5fb60128716aa0377b (patch) | |
tree | 49a1db8570e31b770e5b912d44d28adbcb38effa /src/being.cpp | |
parent | 34ca68e13b5ead819f911acdc5aaf35285dde78b (diff) | |
download | mana-client-758282624f77988540062c5fb60128716aa0377b.tar.gz mana-client-758282624f77988540062c5fb60128716aa0377b.tar.bz2 mana-client-758282624f77988540062c5fb60128716aa0377b.tar.xz mana-client-758282624f77988540062c5fb60128716aa0377b.zip |
Remove some unused variables
(cherry picked from commit c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925)
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 0 insertions, 2 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; |