summaryrefslogtreecommitdiff
path: root/src/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r--src/playerinfo.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h
index d96e3e126..ff149b2cc 100644
--- a/src/playerinfo.h
+++ b/src/playerinfo.h
@@ -154,7 +154,7 @@ namespace PlayerInfo
/**
* Returns the experience of the given stat.
*/
- std::pair<int, int> getStatExperience(const int id) A_WARN_UNUSED;
+ const std::pair<int, int> getStatExperience(const int id) A_WARN_UNUSED;
/**
* Changes the experience of the given stat.
@@ -192,19 +192,6 @@ namespace PlayerInfo
*/
Item *getEquipment(const unsigned int slot) A_WARN_UNUSED;
-// --- Specials ---------------------------------------------------------------
-
- /**
- * Changes the status of the given special.
- */
- void setSpecialStatus(const int id, const int current,
- const int max, const int recharge);
-
- /**
- * Returns the status of the given special.
- */
- const SpecialsMap &getSpecialStatus();
-
// --- Misc -------------------------------------------------------------------
/**