summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-11 18:16:55 -0400
committerNeil Moore <neil@s-z.org>2014-05-11 19:43:52 -0400
commit4b3306195a4029724f942a79c0d8efd24579a810 (patch)
treefeb2035bb22e116538eacfc5e4b774e30be6b127 /crawl-ref/source/player.h
parent319e367b95cc90aaca953e3220fcf4238e15c3c1 (diff)
downloadcrawl-ref-4b3306195a4029724f942a79c0d8efd24579a810.tar.gz
crawl-ref-4b3306195a4029724f942a79c0d8efd24579a810.zip
Remove a prototype for a removed method.
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 7f9721d54e..ae26b86ce1 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -614,7 +614,6 @@ public:
bool is_artificial() const;
bool is_unbreathing() const;
bool is_insubstantial() const;
- bool is_cloud_immune(cloud_type) const;
int res_acid(bool calc_unid = true) const;
int res_fire() const;
int res_holy_fire() const;