diff options
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 -------------------------------------------------- /** |