diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-17 04:43:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-17 04:49:47 +0300 |
commit | 2bd61993e4b8cb190fbbbcf620f4901636404d48 (patch) | |
tree | b27fdfaebb4bfdc7f85d29224ba2f22cb00305e1 /src/being/playerinfo.h | |
parent | 1be5a1cd679a5476e1ad3339c01a8b7237b84aec (diff) | |
download | manaverse-2bd61993e4b8cb190fbbbcf620f4901636404d48.tar.gz manaverse-2bd61993e4b8cb190fbbbcf620f4901636404d48.tar.bz2 manaverse-2bd61993e4b8cb190fbbbcf620f4901636404d48.tar.xz manaverse-2bd61993e4b8cb190fbbbcf620f4901636404d48.zip |
Remove unused functions from playerinfo.cpp
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 12cba8f18..2f8a2e1e9 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -142,24 +142,11 @@ namespace PlayerInfo int getStatEffective(const AttributesT id) A_WARN_UNUSED; /** - * Changes the level of the given stat. - */ - void setStatLevel(AttributesT id, int value, Notify notify = Notify_true); - - /** * Returns the experience of the given stat. */ const std::pair<int, int> getStatExperience(const AttributesT id) A_WARN_UNUSED; - /** - * Changes the experience of the given stat. - */ - void setStatExperience(const AttributesT id, - const int have, - const int need, - const Notify notify = Notify_true); - // --- Inventory / Equipment -------------------------------------------------- /** |