summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index e994fcf556..bb3feb5dbd 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -59,9 +59,4 @@ void give_basic_mutations(species_type speci);
bool validate_player_name(const char *name, bool verbose);
-/* ***********************************************************************
- * called from: files.cc
- * *********************************************************************** */
-int get_class_by_name(const char *name);
-
#endif