summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-07 01:49:49 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-07 01:51:05 +0100
commit17454eec64ae1dc814bb6c1a2ba4b4cbdb9063fa (patch)
treee7f085132e627aefbd2c7940dd4b004ee0fd9a6b /crawl-ref/source/dgn-overview.h
parent9e2087625a97b9a1ffc5e1d6a1e9873ad14bead8 (diff)
downloadcrawl-ref-17454eec64ae1dc814bb6c1a2ba4b4cbdb9063fa.tar.gz
crawl-ref-17454eec64ae1dc814bb6c1a2ba4b4cbdb9063fa.zip
Make a bunch of functions static.
As usually, a good percentage of them turn out to be unused.
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index 470278ff60..bd68b97f12 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -25,8 +25,6 @@ void enter_branch(branch_type branch, level_id from);
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());
-void set_level_unique_annotation(std::string str,
- level_id li = level_id::current());
void set_unique_annotation(monster* mons,
const level_id level = level_id::current());
void remove_unique_annotation(monster* mons);