summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.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/artefact.h
parent2962df23398e54f81a970c24a4cdc45145a8f456 (diff)
downloadcrawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.tar.gz
crawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.zip
Make some functions static/gone.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index f0b71522e6..be77aeeb38 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -84,12 +84,9 @@ void autoid_unrand(item_def &item);
void artefact_fixup_props(item_def &item);
-unique_item_status_type get_unique_item_status(const item_def& item);
unique_item_status_type get_unique_item_status(int unrand_index);
void set_unique_item_status(const item_def& item,
unique_item_status_type status);
-void set_unique_item_status(int unrand_index,
- unique_item_status_type status);
std::string get_artefact_name(const item_def &item, bool force_known = false);