summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tile1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tile1.cc')
-rw-r--r--crawl-ref/source/tile1.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/tile1.cc b/crawl-ref/source/tile1.cc
index 20e24e211f..6c2feea8b4 100644
--- a/crawl-ref/source/tile1.cc
+++ b/crawl-ref/source/tile1.cc
@@ -3178,9 +3178,6 @@ int tilep_equ_helm(const item_def &item)
}
return 0;
- // Why are there both helms and helmets? -Enne
- // It'd be like having catsup and ketchup in the same game.
- case ARM_HELM:
case ARM_HELMET:
switch (helmet_desc)
{