summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
parenteeb424b3d3f7cc6fb74d9eef9eb01b39c7178f50 (diff)
downloadcrawl-ref-14710e6fd41d63a20a68342b6604d48de3a6b621.tar.gz
crawl-ref-14710e6fd41d63a20a68342b6604d48de3a6b621.zip
Remove unused SPELL_DISRUPT and ZAP_DISRUPTION.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 34379be929..8229e7aa17 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2812,7 +2812,6 @@ enum spell_type
SPELL_PORTAL,
SPELL_AGONY,
SPELL_SPIDER_FORM,
- SPELL_DISRUPT,
SPELL_DISINTEGRATE,
SPELL_BLADE_HANDS,
SPELL_STATUE_FORM,
@@ -3126,7 +3125,6 @@ enum zap_type
ZAP_BREATHE_POWER,
ZAP_ENSLAVE_UNDEAD,
ZAP_AGONY,
- ZAP_DISRUPTION,
ZAP_DISINTEGRATION,
ZAP_BREATHE_STEAM,
ZAP_CONTROL_DEMON,