From 25827049ebef8e9335375d01a5c77468bd9a3b08 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 25 Nov 2008 01:01:34 +0000 Subject: Enable vault generation for non-LEVEL_DUNGEON levels, make ziggurat eligible for random gen in main dungeon and Pan; still needs entry portal timing/charging fixes, and ziggurat builder is still incomplete. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7601 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/hiscores.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/hiscores.h') diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h index ef16d58da3..39308f0e2c 100644 --- a/crawl-ref/source/hiscores.h +++ b/crawl-ref/source/hiscores.h @@ -39,9 +39,6 @@ std::string hiscores_format_single( const scorefile_entry &se ); std::string hiscores_format_single_long( const scorefile_entry &se, bool verbose = false ); -const char *level_area_type_name(int level_type); -level_area_type str_to_level_area_type(const std::string &s); - #ifdef DGL_MILESTONES void mark_milestone(const std::string &type, const std::string &milestone); #endif -- cgit v1.2.3-54-g00ecf