summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-11-11 00:51:12 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-11-11 00:53:21 +0100
commit5be338836d26d62a78b9668b6c7ab08cc1cb98b2 (patch)
tree1252f6b543a1b4b87bde73acaaa9c94123aeb270 /crawl-ref/source/items.h
parent39aa805b401e889169479cb51daff13921e4534a (diff)
downloadcrawl-ref-5be338836d26d62a78b9668b6c7ab08cc1cb98b2.tar.gz
crawl-ref-5be338836d26d62a78b9668b6c7ab08cc1cb98b2.zip
Make a bunch of functions static, delete some unused junk.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 8f32dee70a..2e6cfa048e 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -75,7 +75,6 @@ void pickup_menu(int item_link);
void pickup(bool partial_quantity = false);
bool item_is_branded(const item_def& item);
-int item_name_specialness(const item_def& item);
void item_list_on_square(std::vector<const item_def*>& items,
int obj, bool force_squelch = false);
@@ -121,7 +120,6 @@ void origin_set_inventory(void (*oset)(item_def &item));
bool origin_is_god_gift(const item_def& item, god_type *god = NULL);
bool origin_is_acquirement(const item_def& item,
item_source_type *type = NULL);
-std::string origin_monster_name(const item_def &item);
bool item_needs_autopickup(const item_def &);
bool can_autopickup();