diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:35:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:35:24 +0300 |
commit | 02e91411eb9961e95f856bd717d6ca0d8ec0e435 (patch) | |
tree | 65d97e0ff9e17af9e2b733fbe1e655ff626eb1ad /src/being/playerinfo.h | |
parent | 55679ae1ac8fad893a5f40fe034474423d96d21d (diff) | |
download | plus-02e91411eb9961e95f856bd717d6ca0d8ec0e435.tar.gz plus-02e91411eb9961e95f856bd717d6ca0d8ec0e435.tar.bz2 plus-02e91411eb9961e95f856bd717d6ca0d8ec0e435.tar.xz plus-02e91411eb9961e95f856bd717d6ca0d8ec0e435.zip |
Remove unused code from playerinfo.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 861e7faf4..5139493e1 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -63,18 +63,6 @@ class Inventory; class Item; /** - * Special information storage structure. - */ -struct Special final -{ - int currentMana; - int neededMana; - int recharge; -}; - -typedef std::map<int, Special> SpecialsMap; - -/** * A database like namespace which holds global info about the localplayer * * NOTE: 'bool notify' is used to determine if a event is to be triggered. |