summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-02 14:38:19 -0400
committerNeil Moore <neil@s-z.org>2014-05-02 14:56:40 -0400
commit82bdbcafbe04c4aaeb7e480da9018919f3dcb1b5 (patch)
tree8eaf845ad7b45d27b5c856664eb7019c5a46aa08 /crawl-ref/source/effects.h
parent4bbc29f47b2cce0cc308b0856e8936941f6cb290 (diff)
downloadcrawl-ref-82bdbcafbe04c4aaeb7e480da9018919f3dcb1b5.tar.gz
crawl-ref-82bdbcafbe04c4aaeb7e480da9018919f3dcb1b5.zip
Remove another unused argument to item scroll functions.
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 2eb9bd2330..3e774f8994 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -40,8 +40,7 @@ void collect_radius_points(vector<vector<coord_def> > &radius_points,
void random_uselessness(int scroll_slot = -1);
-int recharge_wand(const int item_slot = -1, bool known = true,
- string *pre_msg = NULL);
+int recharge_wand(bool known = true, string *pre_msg = NULL);
void direct_effect(monster* src, spell_type spl, bolt &pbolt, actor *defender);