summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-06 10:36:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-06 10:36:48 +0200
commit98b89a9c6e12934db9a782b2445822487e671b4a (patch)
tree1637312575fcf2a071bc52195ff1333ca9d9af90 /crawl-ref/source/mon-enum.h
parent20189accbc12208eeb30652ef12b2e8f63d011ce (diff)
downloadcrawl-ref-98b89a9c6e12934db9a782b2445822487e671b4a.tar.gz
crawl-ref-98b89a9c6e12934db9a782b2445822487e671b4a.zip
Remove unused corpse types.
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index c1fbf25674..2655a1d99d 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -22,9 +22,7 @@ enum corpse_effect_type
CE_POISON_CONTAM,
CE_ROT,
CE_MUTAGEN_RANDOM,
- CE_MUTAGEN_GOOD, // may be worth implementing {dlb}
CE_MUTAGEN_BAD, // may be worth implementing {dlb}
- CE_RANDOM, // not used, but may be worth implementing {dlb}
CE_ROTTEN,
};