summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:57:07 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:57:07 +0300
commit14710e6fd41d63a20a68342b6604d48de3a6b621 (patch)
tree2cc06b813b5b482abfdc072c15cb8ecd9121ea7a /crawl-ref/source/spl-cast.cc
parenteeb424b3d3f7cc6fb74d9eef9eb01b39c7178f50 (diff)
downloadcrawl-ref-14710e6fd41d63a20a68342b6604d48de3a6b621.tar.gz
crawl-ref-14710e6fd41d63a20a68342b6604d48de3a6b621.zip
Remove unused SPELL_DISRUPT and ZAP_DISRUPTION.
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index b67846757c..18a84c5e5a 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1479,11 +1479,6 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
return (SPRET_ABORT);
break;
- case SPELL_DISRUPT:
- if (!zapping(ZAP_DISRUPTION, powc, beam, true))
- return (SPRET_ABORT);
- break;
-
case SPELL_DISINTEGRATE:
if (!zapping(ZAP_DISINTEGRATION, powc, beam, true))
return (SPRET_ABORT);