summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/being/playerinfo.h12
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.