diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index b80ff77cc..eb0396aaa 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -27,10 +27,6 @@ #include "being/being.h" -const int SPELL_MIN_ID = 100000; -const unsigned int SPELL_SHORTCUT_ITEMS = 49; -const unsigned int SPELL_SHORTCUT_TABS = 5; - class SpellManager final { public: |