summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-26 16:35:56 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-26 16:37:09 -0700
commit13f7132bae4216fb745791bc97984f6fe091d5d1 (patch)
tree24583540cd175c5495d24dcd07b6b9757571fb5d /crawl-ref/source/player.h
parent61cafb898b3e8e6c4eb1866a7f57b7ac7418755b (diff)
downloadcrawl-ref-13f7132bae4216fb745791bc97984f6fe091d5d1.tar.gz
crawl-ref-13f7132bae4216fb745791bc97984f6fe091d5d1.zip
Refactor acid resistance
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 0c0d14b883..64bd592dff 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -877,7 +877,6 @@ int player_regen();
int player_res_cold(bool calc_unid = true, bool temp = true,
bool items = true);
int player_res_acid(bool calc_unid = true, bool items = true);
-int player_acid_resist_factor();
int player_res_torment(bool calc_unid = true, bool temp = true);
int player_kiku_res_torment();