summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-05-23 12:58:29 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-05-23 12:58:29 +0200
commit4fc9d5848af73b35edddfc17f612a894b35f5c48 (patch)
treef114e6bf8df9f8adbe3a9e39efe0b1bb475dfb81 /crawl-ref/source/itemname.h
parentfc38e74a5bdd12efd8de5547a1b9d88872c54d70 (diff)
downloadcrawl-ref-4fc9d5848af73b35edddfc17f612a894b35f5c48.tar.gz
crawl-ref-4fc9d5848af73b35edddfc17f612a894b35f5c48.zip
Fix icons not displayed for known items (#4030).
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index f6a5dbf60c..174222885e 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -18,16 +18,6 @@ struct item_types_pair
uint8_t sub_type;
};
-enum item_type_id_type
-{
- IDTYPE_WANDS = 0,
- IDTYPE_SCROLLS,
- IDTYPE_JEWELLERY,
- IDTYPE_POTIONS,
- IDTYPE_STAVES,
- NUM_IDTYPE
-};
-
// [dshaligram] If you edit potion colours/descriptions, also update
// itemname.cc.
enum potion_description_colour_type