summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.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/spl-goditem.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/spl-goditem.h')
-rw-r--r--crawl-ref/source/spl-goditem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-goditem.h b/crawl-ref/source/spl-goditem.h
index da99c81d03..a7b09d65de 100644
--- a/crawl-ref/source/spl-goditem.h
+++ b/crawl-ref/source/spl-goditem.h
@@ -1,8 +1,7 @@
#ifndef SPL_GODITEM_H
#define SPL_GODITEM_H
-int identify(int item_slot = -1, bool alreadyknown = true,
- string *pre_msg = NULL);
+int identify(bool alreadyknown = true, string *pre_msg = NULL);
int cast_healing(int pow, int max_pow, bool divine_ability = false,
const coord_def& where = coord_def(0, 0),
bool not_self = false, targ_mode_type mode = TARG_NUM_MODES);