summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2014-06-02 15:00:16 -0500
committerontoclasm <yokomeshi@gmail.com>2014-06-02 17:15:09 -0500
commitb92899017ce1e814aa4172a4a6c6fdbea86ffac7 (patch)
treeb9dfc6d4abcb9e013ffcdd1832c07d42af8acc03 /crawl-ref/source/itemprop-enum.h
parentf41e2931f9f676f64a0f8cda8a28979b3fb531d8 (diff)
downloadcrawl-ref-b92899017ce1e814aa4172a4a6c6fdbea86ffac7.tar.gz
crawl-ref-b92899017ce1e814aa4172a4a6c6fdbea86ffac7.zip
Remove some unused enums
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 5675e8e02a..c9d0ec51d9 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -64,14 +64,6 @@ enum armour_property_type
PARM_EVASION,
};
-enum boot_type // used in pluses2
-{
- TBOOT_BOOTS,
- TBOOT_NAGA_BARDING,
- TBOOT_CENTAUR_BARDING,
- NUM_BOOT_TYPES
-};
-
const int SP_FORBID_EGO = -1;
const int SP_FORBID_BRAND = -1;
const int SP_UNKNOWN_BRAND = 31; // seen_weapon/armour is a 32-bit bitfield
@@ -138,20 +130,6 @@ enum hands_reqd_type
HANDS_TWO,
};
-enum helmet_desc_type
-{
- THELM_DESC_PLAIN,
- THELM_DESC_WINGED,
- THELM_DESC_HORNED,
- THELM_DESC_CRESTED,
- THELM_DESC_PLUMED,
- THELM_DESC_MAX_SOFT = THELM_DESC_PLUMED,
- THELM_DESC_SPIKED,
- THELM_DESC_VISORED,
- THELM_DESC_GOLDEN,
- THELM_NUM_DESCS
-};
-
enum jewellery_type
{
RING_REGENERATION,