summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 22:51:06 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 22:51:06 +0000
commitab9e5b3a883d8b42d96e76b1540c333f59400dd8 (patch)
tree091bd23e0d1d873cd2648a0684987311e7cbdf91 /crawl-ref/source/player.h
parentf4bb02dd66fdf77bfd0ec304e4ae160a27916f42 (diff)
downloadcrawl-ref-ab9e5b3a883d8b42d96e76b1540c333f59400dd8.tar.gz
crawl-ref-ab9e5b3a883d8b42d96e76b1540c333f59400dd8.zip
Stricter sanity checking of player ghosts.0.6.0-a0
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9855 c06c8d41-db1a-0410-9941-cceddc491573
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 386834a8c1..e9d8e3b2ea 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -414,8 +414,6 @@ bool is_grid_dangerous(int grid);
void run_macro(const char *macroname = NULL);
-int player_ghost_base_movement_speed();
-
int count_worn_ego(int which_ego);
int stat_modifier(stat_type stat);