summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-09-09 20:21:59 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-09-09 20:21:59 +0200
commit569be1087e3f5f8e1dca2a8ab93e60938657d55f (patch)
tree93402fdffe06f7a206fc80c2d5d4abc402e8c98e
parent4f5053f463fd8da0de1615ca6b0f212f02f3d653 (diff)
downloadmanaserv-569be1087e3f5f8e1dca2a8ab93e60938657d55f.tar.gz
manaserv-569be1087e3f5f8e1dca2a8ab93e60938657d55f.tar.bz2
manaserv-569be1087e3f5f8e1dca2a8ab93e60938657d55f.tar.xz
manaserv-569be1087e3f5f8e1dca2a8ab93e60938657d55f.zip
Removed old unused functions
-rw-r--r--src/game-server/charactercomponent.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game-server/charactercomponent.h b/src/game-server/charactercomponent.h
index 57e9d44c..9149e731 100644
--- a/src/game-server/charactercomponent.h
+++ b/src/game-server/charactercomponent.h
@@ -288,11 +288,6 @@ class CharacterComponent : public Component
private:
void deserialize(Entity &entity, MessageIn &msg);
- double getAttrBase(AttributeMap::const_iterator it) const
- { return it->second.getBase(); }
- double getAttrMod(AttributeMap::const_iterator it) const
- { return it->second.getModifiedAttribute(); }
-
CharacterComponent(const CharacterComponent &);
CharacterComponent &operator=(const CharacterComponent &);