summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-12 15:15:05 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-26 17:03:16 +0200
commit4cf483e8a257eea3313a1b6c8246f178be63e459 (patch)
tree84eb40078b1de89834aac883a9fec2abc251ba78 /crawl-ref/source/itemprop.h
parent3d87c34f773afb613986b3343e7cc83a7a09781e (diff)
downloadcrawl-ref-4cf483e8a257eea3313a1b6c8246f178be63e459.tar.gz
crawl-ref-4cf483e8a257eea3313a1b6c8246f178be63e459.zip
Purge the code for recharging weapons.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 19b4f9ba3d..a249aabd83 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -69,8 +69,7 @@ bool hide2armour(item_def &item);
int fit_armour_size(const item_def &item, size_type size) PURE;
bool check_armour_size(const item_def &item, size_type size) PURE;
-bool item_is_rechargeable(const item_def &it, bool hide_charged = false,
- bool weapons = false) PURE;
+bool item_is_rechargeable(const item_def &it, bool hide_charged = false) PURE;
int wand_charge_value(int type) PURE;
int wand_max_charges(int type) PURE;
bool is_offensive_wand(const item_def &item) PURE;