summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2010-01-14 17:02:55 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2010-01-14 17:10:19 +0200
commit0cdca121f3670c4eb5b4f6fde8febf4cc29616fd (patch)
tree93ff1939cfbf9d24ffdb66e99017f7ea8de61452 /crawl-ref/source/enum.h
parentd110270fe9354d42f9cc44a93f21d20abfd44ed5 (diff)
downloadcrawl-ref-0cdca121f3670c4eb5b4f6fde8febf4cc29616fd.tar.gz
crawl-ref-0cdca121f3670c4eb5b4f6fde8febf4cc29616fd.zip
Remove some dedicated butchery conduct code.
It's not used anymore, and since the corpse offering mechanism has changed, is unlikely to be used again. Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e44dc3accc..9f63ff75d9 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -736,7 +736,7 @@ enum conduct_type
DID_STABBING, // unused
DID_UNCHIVALRIC_ATTACK,
DID_POISON,
- DID_DEDICATED_BUTCHERY,
+ DID_DEDICATED_BUTCHERY, // unused
// killings need no longer be dedicated (JPEG)
DID_KILL_LIVING,
DID_KILL_UNDEAD,