diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-06-08 08:23:48 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-08 08:25:48 -0600 |
commit | c79406e025a17ec29afca2458f916d3f2d49447d (patch) | |
tree | 21e303ea6dd2b1f9bdecae62ed00effd23cfa824 /src/being.h | |
parent | c79d89473114756edfc426a2b93149056031fae1 (diff) | |
download | mana-c79406e025a17ec29afca2458f916d3f2d49447d.tar.gz mana-c79406e025a17ec29afca2458f916d3f2d49447d.tar.bz2 mana-c79406e025a17ec29afca2458f916d3f2d49447d.tar.xz mana-c79406e025a17ec29afca2458f916d3f2d49447d.zip |
Remove duplicate code from Being
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being.h b/src/being.h index 040d55a9..a1ab179b 100644 --- a/src/being.h +++ b/src/being.h @@ -501,12 +501,8 @@ class Being : public Sprite, public ConfigListener internalTriggerEffect(effectId, false, true); } - static int getHairColorCount(); - static int getHairStyleCount(); - static std::string getHairColor(int index); - virtual AnimatedSprite *getSprite(int index) const { return mSprites[index]; } |