summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.h')
-rw-r--r--crawl-ref/source/overmap.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h
index 035779f004..f9f16a71ad 100644
--- a/crawl-ref/source/overmap.h
+++ b/crawl-ref/source/overmap.h
@@ -21,16 +21,4 @@ void display_overmap();
bool unnotice_feature(const level_pos &pos);
std::string overview_description_string();
-///////////////////////////////////////////////////////////
-void set_level_annotation(std::string str,
- level_id li = level_id::current());
-void clear_level_annotation(level_id li = level_id::current());
-
-std::string get_level_annotation(level_id li = level_id::current());
-
-bool level_annotation_has(std::string str,
- level_id li = level_id::current());
-
-void annotate_level();
-
#endif