summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index f62f0b57b9..078db1f571 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -25,8 +25,6 @@ unsigned short get_packed_place( branch_type branch, int subdepth,
int place_branch(unsigned short place);
int place_depth(unsigned short place);
-int place_type(unsigned short place);
-
std::string short_place_name(unsigned short place);
std::string short_place_name(level_id id);
std::string place_name( unsigned short place, bool long_name = false,