summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 11:50:19 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 11:50:19 +0000
commit0e6ace1ac92fe52e8a23335ccf68b69056407bbc (patch)
tree207b3f218d1c213f7fefbbbec2c6bf425bc1f7b5 /crawl-ref/source/spells4.h
parent7a5efda30e5d565558b2df4fd7e28db62f757308 (diff)
downloadcrawl-ref-0e6ace1ac92fe52e8a23335ccf68b69056407bbc.tar.gz
crawl-ref-0e6ace1ac92fe52e8a23335ccf68b69056407bbc.zip
Axe some more obsolete functions as well as the rotting ability that
isn't used anywhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9256 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index c508003df2..be50386c13 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -21,7 +21,6 @@ int make_a_normal_cloud(coord_def where, int pow, int spread_rate,
killer_type killer = KILL_NONE);
int disperse_monsters(coord_def where, int pow);
-void cast_bend(int pow);
void remove_condensation_shield();
void cast_condensation_shield(int pow);
void remove_divine_shield();
@@ -32,15 +31,11 @@ bool cast_evaporate(int pow, bolt& beem, int potion);
void cast_fulsome_distillation(int powc);
void cast_forescry(int pow);
bool cast_fragmentation(int powc, const dist& spd);
-bool cast_twist(int powc, const coord_def& where);
-void cast_far_strike(int powc);
-void cast_swap(int powc);
bool cast_apportation(int powc, const coord_def& where);
void cast_ignite_poison(int pow);
void cast_intoxicate(int pow);
void cast_mass_sleep(int pow);
void cast_passwall(int pow);
-void cast_rotting(int pow);
bool wielding_rocks();
bool cast_sandblast(int powc, bolt &beam);
void cast_see_invisible(int pow);