summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 2101cea229..d44e5dbfe7 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -558,13 +558,6 @@ bool wearing_amulet(jewellery_type which_am, bool calc_unid = true);
/* ***********************************************************************
- * called from: acr - chardump - describe - newgame - view
- * *********************************************************************** */
-std::string species_name( species_type speci, int level, bool genus = false,
- bool adj = false );
-int str_to_species(const std::string &species);
-
-/* ***********************************************************************
* called from: beam
* *********************************************************************** */
bool you_resist_magic(int power);