summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-05 21:31:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-05 22:12:35 +0200
commit8ae89f4b34d951056d402f5825b9738b50ae6626 (patch)
tree7f7b014e4f2ee016a58ec93d24c12e166172419c /crawl-ref/source/invent.h
parent457f92c1a75fcf433c6c8598d9a56a6183712b79 (diff)
downloadcrawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.tar.gz
crawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.zip
Make another bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 09d68171d2..47340ceee3 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -206,21 +206,6 @@ std::vector<SelItem> prompt_invent_items(
Menu::selitem_tfn fn = NULL,
const std::vector<SelItem> *pre_select = NULL);
-
-unsigned char invent_select(
- // Use NULL for stock Inventory title
- const char *title = NULL,
- // MT_DROP allows the multidrop toggle
- menu_type type = MT_INVLIST,
- int item_selector = OSEL_ANY,
- int excluded_slot = -1,
- int menu_select_flags = MF_NOSELECT,
- invtitle_annotator titlefn = NULL,
- std::vector<SelItem> *sels = NULL,
- std::vector<text_pattern> *filter = NULL,
- Menu::selitem_tfn fn = NULL,
- const std::vector<SelItem> *pre_select = NULL);
-
void browse_inventory();
unsigned char get_invent(int invent_type);