From d5586e6b6d5c7b1b83b3ec681e9da62840b5adaf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Apr 2014 15:12:01 +0300 Subject: Simplify triggerStat function. --- src/being/playerinfo.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/being/playerinfo.h') 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); -- cgit v1.2.3-70-g09d2