summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-02 14:57:56 -0400
committerNeil Moore <neil@s-z.org>2014-05-02 14:57:56 -0400
commitb5bcda95b3dc1e47d2eb654db8082060433a12eb (patch)
treeffbe30c221f10ff61ad8ba8d33d6105c4a46a2e6 /crawl-ref/source/spl-goditem.h
parent82bdbcafbe04c4aaeb7e480da9018919f3dcb1b5 (diff)
downloadcrawl-ref-b5bcda95b3dc1e47d2eb654db8082060433a12eb.tar.gz
crawl-ref-b5bcda95b3dc1e47d2eb654db8082060433a12eb.zip
Staticalise identify()
Diffstat (limited to 'crawl-ref/source/spl-goditem.h')
-rw-r--r--crawl-ref/source/spl-goditem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-goditem.h b/crawl-ref/source/spl-goditem.h
index a7b09d65de..5c8abe0f79 100644
--- a/crawl-ref/source/spl-goditem.h
+++ b/crawl-ref/source/spl-goditem.h
@@ -1,7 +1,6 @@
#ifndef SPL_GODITEM_H
#define SPL_GODITEM_H
-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);