diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/charactercomponent.h | 5 |
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 &); |