summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 16:20:49 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 16:20:49 +0300
commitce42ec3ebfa796ba601e46d27c7c4f5e01489970 (patch)
treef70efd5578acc84ef1f71b3eb975d0dbaa30f54a /crawl-ref/source/player.h
parent5562dfc2a3dd500be1a98a02703eb37496b5fb8e (diff)
downloadcrawl-ref-ce42ec3ebfa796ba601e46d27c7c4f5e01489970.tar.gz
crawl-ref-ce42ec3ebfa796ba601e46d27c7c4f5e01489970.zip
Replace uses of player_AC with player::armour_class.
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index e7cca6269b..0bcb1822f5 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -578,8 +578,6 @@ int carrying_capacity(burden_state_type bs = BS_OVERLOADED);
int check_stealth(void);
-int player_AC(void);
-
int player_energy(void);
int player_evasion(void);