summaryrefslogtreecommitdiff
path: root/src/spells3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells3.hpp')
-rw-r--r--src/spells3.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/spells3.hpp b/src/spells3.hpp
index 17f34947..b9ad44e2 100644
--- a/src/spells3.hpp
+++ b/src/spells3.hpp
@@ -329,14 +329,8 @@ extern s32b DEVICE_WISH;
extern s32b DEVICE_SUMMON;
extern s32b DEVICE_MANA;
extern s32b DEVICE_NOTHING;
-extern s32b DEVICE_LEBOHAUM;
-extern s32b DEVICE_MAGGOT;
extern s32b DEVICE_HOLY_FIRE;
-extern s32b DEVICE_ETERNAL_FLAME;
-extern s32b DEVICE_DURANDIL;
extern s32b DEVICE_THUNDERLORDS;
-extern s32b DEVICE_RADAGAST;
-extern s32b DEVICE_VALAROMA;
casting_result device_heal_monster(int);
const char *device_heal_monster_info();
@@ -347,16 +341,9 @@ casting_result device_summon_monster(int);
casting_result device_mana(int);
const char *device_mana_info();
casting_result device_nothing(int);
-casting_result device_lebohaum(int);
-casting_result device_maggot(int);
-const char *device_maggot_info();
casting_result device_holy_fire(int);
const char *device_holy_fire_info();
-casting_result device_eternal_flame(int);
-casting_result device_durandil(int);
casting_result device_thunderlords(int);
-casting_result device_radagast(int);
-casting_result device_valaroma(int);
extern s32b MUSIC_STOP;
extern s32b MUSIC_HOLD;