summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-equip.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-19 06:01:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-19 17:13:16 +0100
commit55d2fedf082b3705c8cb4c249e594e3f44bd217a (patch)
treef2648ab656a2dc2da19d0d3cda81f2d9c9280352 /crawl-ref/source/player-equip.h
parent859395c47d1cee12c4987c4580f80add91c1f4c4 (diff)
downloadcrawl-ref-55d2fedf082b3705c8cb4c249e594e3f44bd217a.tar.gz
crawl-ref-55d2fedf082b3705c8cb4c249e594e3f44bd217a.zip
Make a couple of functions static.
Diffstat (limited to 'crawl-ref/source/player-equip.h')
-rw-r--r--crawl-ref/source/player-equip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/player-equip.h b/crawl-ref/source/player-equip.h
index 9ca5519199..001f0d33b2 100644
--- a/crawl-ref/source/player-equip.h
+++ b/crawl-ref/source/player-equip.h
@@ -6,7 +6,6 @@
// times, and to make sure melded flags don't get out of sync.
// XXX: the msg flag isn't implemented in all cases.
-void calc_hp_artefact();
void equip_item(equipment_type slot, int item_slot, bool msg=true);
bool unequip_item(equipment_type slot, bool msg=true);
bool meld_slot(equipment_type slot, bool msg=true);