summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-29 05:19:30 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-10-31 22:59:39 +0100
commitf73d0cfe86df169f25b19233024fa3e1acced18a (patch)
treefbbf7cebff2b993d333c60936cb8eb962fb9ba11 /crawl-ref/source/maps.h
parentd215302b3ce82eb889dff28258454f84dab7ebd7 (diff)
downloadcrawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.tar.gz
crawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.zip
Make a few functions gone or static.
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h1
1 files changed, 0 insertions, 1 deletions
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);