summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-23 00:41:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-23 15:31:47 +0200
commit45ba18c89998e6719d4ac55d30705331b249bf31 (patch)
tree9c9a091a836a3e471d54bd582298d7f7d572b3ee /crawl-ref/source/item_use.h
parentd33bf9328f060b9e5555cf45869fdc405c17afc8 (diff)
downloadcrawl-ref-45ba18c89998e6719d4ac55d30705331b249bf31.tar.gz
crawl-ref-45ba18c89998e6719d4ac55d30705331b249bf31.zip
Make a few more functions static/gone.
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index febfb99ef9..62c353c7a5 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -98,8 +98,6 @@ int launcher_final_speed(const item_def &launcher,
void warn_shield_penalties();
void warn_armour_penalties();
-bool wearing_slot(int inv_slot);
-
bool item_blocks_teleport(bool calc_unid, bool permit_id);
bool stasis_blocks_effect(bool calc_unid, bool identify,
const char *msg, int noise = 0,