summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-11 01:57:42 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-28 11:01:26 -0400
commit7f216ff0641accec50e60ab92ad490b8b742c0fb (patch)
treeea40fda361e9b3d9f039b6b0aa4477a8b8701cee /crawl-ref/source/enum.h
parent40715cc413a9ef3456fe1ca1356172a24a045c20 (diff)
downloadcrawl-ref-7f216ff0641accec50e60ab92ad490b8b742c0fb.tar.gz
crawl-ref-7f216ff0641accec50e60ab92ad490b8b742c0fb.zip
Remove the now-superfluous friendly_pickup command suite.
Including the default_friendly_pickup option.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 7dffc3b369..3551502c4d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -747,7 +747,6 @@ enum command_type
CMD_GO_UPSTAIRS,
CMD_GO_DOWNSTAIRS,
CMD_TOGGLE_AUTOPICKUP,
- CMD_TOGGLE_FRIENDLY_PICKUP,
CMD_TOGGLE_VIEWPORT_MONSTER_HP,
CMD_TOGGLE_TRAVEL_SPEED,
CMD_PICKUP,
@@ -4238,14 +4237,6 @@ enum unique_item_status_type
UNIQ_LOST_IN_ABYSS = 2,
};
-enum friendly_pickup_type
-{
- FRIENDLY_PICKUP_NONE = 0,
- FRIENDLY_PICKUP_FRIEND,
- FRIENDLY_PICKUP_PLAYER,
- FRIENDLY_PICKUP_ALL,
-};
-
enum zap_type
{
ZAP_THROW_FLAME,