summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
commit2d65edd2038fa2cef0e63f4014105e0ec0f93543 (patch)
tree202d709a1c4047099ee1c2cacfa3c8a8aeee7cb0 /crawl-ref/source/artefact.h
parentddeb6cd81a85c545c56dc28e2ec75721de274c8c (diff)
downloadcrawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.tar.gz
crawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.zip
Make some functions static, remove unused among those.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index b30166d6cf..22e06bba7e 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -103,7 +103,6 @@ void set_unique_item_status(int unrand_index,
std::string get_artefact_name(const item_def &item, bool force_known = false);
void set_artefact_name(item_def &item, const std::string &name);
-void set_artefact_appearance(item_def &item, const std::string &appear);
std::string artefact_name(const item_def &item, bool appearance = false);
@@ -136,7 +135,6 @@ int artefact_known_wpn_property(const item_def &item,
artefact_prop_type prop);
void artefact_wpn_learn_prop(item_def &item, artefact_prop_type prop);
-bool artefact_wpn_known_prop(const item_def &item, artefact_prop_type prop);
bool make_item_randart(item_def &item, bool force_mundane = false);
bool make_item_unrandart(item_def &item, int unrand_index);
@@ -148,8 +146,6 @@ int find_unrandart_index(const item_def& artefact);
unrandart_entry* get_unrand_entry(int unrand_index);
-void artefact_set_properties(item_def &item,
- const artefact_properties_t &proprt);
void artefact_set_property(item_def &item,
artefact_prop_type prop,
int val);