summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-06-08 08:31:05 -0600
committerJared Adams <jaxad0127@gmail.com>2009-06-08 08:31:05 -0600
commitc9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925 (patch)
tree4c6ac8843b522d7da1dd4954aab293c2d1dce1f1 /src/being.cpp
parentc79406e025a17ec29afca2458f916d3f2d49447d (diff)
downloadmana-client-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.gz
mana-client-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.bz2
mana-client-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.tar.xz
mana-client-c9f52e60ea7eadca0d11fc0bbf7eb8a6ad465925.zip
Remove some unused variables
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 4f28425e..3c77cd2a 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -59,9 +59,7 @@
#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;