summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index 6437017b5..bb7b89141 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -245,14 +245,9 @@ namespace PlayerInfo
void stateChange(const int state);
- void triggerAttr(int id);
-
void triggerAttr(const int id, const int old);
- void triggerStat(int id);
-
- void triggerStat(const int id, const std::string &changed,
- const int old1, const int old2 = 0);
+ void triggerStat(const int id, const int old1, const int old2);
void setEquipmentBackend(Equipment::Backend *const backend);