From 2bd61993e4b8cb190fbbbcf620f4901636404d48 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 04:43:10 +0300 Subject: Remove unused functions from playerinfo.cpp --- src/being/playerinfo.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/being/playerinfo.h') 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 @@ -141,25 +141,12 @@ 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 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 -------------------------------------------------- /** -- cgit v1.2.3-60-g2f50