summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-15 01:29:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-15 04:06:00 +0100
commit577cebe5f32189ff133f18d4d5e06ef7a3fd5ec3 (patch)
tree30ed1d3b459c097a6d78a3069b9f7bcb3bd479fe /crawl-ref/source/itemname.cc
parent79c3d7c39771724248d7f06bc206c33d6517225a (diff)
downloadcrawl-ref-577cebe5f32189ff133f18d4d5e06ef7a3fd5ec3.tar.gz
crawl-ref-577cebe5f32189ff133f18d4d5e06ef7a3fd5ec3.zip
Axe some broken and useless numeric values in comments.
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 89e198a34e..d81cfd9231 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -875,7 +875,6 @@ static const char* book_type_name(int booktype)
case BOOK_STALKING: return "Stalking";
case BOOK_RANDART_LEVEL: return "Fixed Level";
case BOOK_RANDART_THEME: return "Fixed Theme";
- case BOOK_CARD_EFFECT: return "Card Effects";
default: return "Bugginess";
}
}