summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 41fabbd8bc..0e0441d786 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2355,10 +2355,6 @@ bool is_useless_item(const item_def &item, bool temp)
case OBJ_ARMOUR:
return (!can_wear_armour(item, false, true));
- case OBJ_BOOKS:
- return (item.sub_type != BOOK_DESTRUCTION
- && item.sub_type != BOOK_MANUAL && you.religion == GOD_TROG);
-
case OBJ_SCROLLS:
if (!item_type_known(item))
return (false);