summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 &);