summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-02 02:10:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-02 03:22:56 +0200
commit7a7945507d92b1ccd9c34e5ebec9698c746003c6 (patch)
treeb160a611c927e58361a55b9c39661080f1ebb4b6 /crawl-ref/source/itemprop.h
parent2962df23398e54f81a970c24a4cdc45145a8f456 (diff)
downloadcrawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.tar.gz
crawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.zip
Make some functions static/gone.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 4fe6ded196..15b511a315 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -30,7 +30,6 @@ void set_ident_flags(item_def &item, iflags_t flags);
void unset_ident_flags(item_def &item, iflags_t flags);
bool fully_identified(const item_def &item);
iflags_t full_ident_mask(const item_def& item);
-int missile_id(const item_def &item);
// racial item and item descriptions:
void set_equip_race(item_def &item, iflags_t flags);