summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-17 17:26:32 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-17 19:44:57 +0200
commit934cc1d96b9af44bdc3c37c930b79abc519b97bf (patch)
treed677ff9d7a85f5bc0a3d1eb3352a4458be43ecab /crawl-ref/source/dgn-overview.h
parent865ad7c97e5620b1af0b0fbde37646a81b57b295 (diff)
downloadcrawl-ref-934cc1d96b9af44bdc3c37c930b79abc519b97bf.tar.gz
crawl-ref-934cc1d96b9af44bdc3c37c930b79abc519b97bf.zip
Make a bunch of functions static or non-existant.
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index 2ccaf1b185..f5d6d8fa2a 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -21,10 +21,6 @@ bool unnotice_feature(const level_pos &pos);
std::string overview_description_string(bool display);
///////////////////////////////////////////////////////////
-void set_level_annotation(std::string str,
- level_id li = level_id::current());
-void clear_level_annotation(level_id li = level_id::current());
-
void set_level_exclusion_annotation(std::string str,
level_id li = level_id::current());
void clear_level_exclusion_annotation(level_id li = level_id::current());
@@ -32,10 +28,6 @@ void clear_level_exclusion_annotation(level_id li = level_id::current());
std::string get_level_annotation(level_id li = level_id::current(),
bool skip_excl = false);
-std::string get_coloured_level_annotation(int col,
- level_id li = level_id::current(),
- bool skip_excl = false);
-
bool level_annotation_has(std::string str,
level_id li = level_id::current());