From f73d0cfe86df169f25b19233024fa3e1acced18a Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 29 Oct 2012 05:19:30 +0100 Subject: Make a few functions gone or static. --- crawl-ref/source/maps.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/maps.h') diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h index ef3cee9786..46c303ae7c 100644 --- a/crawl-ref/source/maps.h +++ b/crawl-ref/source/maps.h @@ -28,7 +28,6 @@ bool resolve_subvault(map_def &vault); const map_def *map_by_index(int index); void strip_all_maps(); int map_count(); -int map_count_for_tag(const string &tag, bool check_depth = false); const map_def *find_map_by_name(const string &name); const map_def *random_map_for_place(const level_id &place, bool minivault); -- cgit v1.2.3-54-g00ecf