summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-02 09:59:45 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-02 10:00:27 -0400
commit3e5c9f9a374e1857569ec5efac4b9ebc1e7ccbaf (patch)
treebbe087030c13e328d6f8eba9e15990d5b00a5d85 /crawl-ref/source/invent.h
parent917d60b990a9afa5508c41db2afee85031d56919 (diff)
downloadcrawl-ref-3e5c9f9a374e1857569ec5efac4b9ebc1e7ccbaf.tar.gz
crawl-ref-3e5c9f9a374e1857569ec5efac4b9ebc1e7ccbaf.zip
Remove two unused object_selectors.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 464aba28ae..13d238062e 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -23,16 +23,14 @@ enum object_selector
OSEL_VAMP_EAT = -7,
OSEL_DRAW_DECK = -8,
OSEL_THROWABLE = -9,
- OSEL_BUTCHERY = -10,
- OSEL_EVOKABLE = -11,
- OSEL_WORN_ARMOUR = -12,
- OSEL_FRUIT = -13,
- OSEL_CURSED_WORN = -14,
- OSEL_UNCURSED_WORN_ARMOUR = -15,
- OSEL_UNCURSED_WORN_JEWELLERY = -16,
- OSEL_SCROLL_TARGET = -17,
- OSEL_BRANDABLE_WEAPON = -18,
- OSEL_ENCHANTABLE_WEAPON = -19,
+ OSEL_EVOKABLE = -10,
+ OSEL_WORN_ARMOUR = -11,
+ OSEL_FRUIT = -12,
+ OSEL_CURSED_WORN = -13,
+ OSEL_UNCURSED_WORN_ARMOUR = -14,
+ OSEL_UNCURSED_WORN_JEWELLERY = -15,
+ OSEL_BRANDABLE_WEAPON = -16,
+ OSEL_ENCHANTABLE_WEAPON = -17,
};
#define SLOT_BARE_HANDS -2