summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-29 00:41:02 -0400
committerNeil Moore <neil@s-z.org>2014-05-29 01:16:14 -0400
commitc9b5a15ee71a57ccdb5e845aeb1ba6fb299a34e5 (patch)
tree1d228e9b6a9cb3005107fa1139f9d8482ddb4b22 /crawl-ref/source/menu.h
parent01ce88895b01a77241df62d81082b701da1a504c (diff)
downloadcrawl-ref-c9b5a15ee71a57ccdb5e845aeb1ba6fb299a34e5.tar.gz
crawl-ref-c9b5a15ee71a57ccdb5e845aeb1ba6fb299a34e5.zip
Remove MF_DROP_PICKUP.
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 343d222096..e684344107 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -270,7 +270,6 @@ enum MenuFlag
MF_START_AT_END = 0x2000, ///< Scroll to end of list
MF_PRESELECTED = 0x4000, ///< Has a preselected entry.
MF_QUIET_SELECT = 0x8000, ///< No selection box and no count.
- MF_DROP_PICKUP = 0x10000, ///< Show inventory weights by default
};
class MenuDisplay