summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-24 21:11:58 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-24 21:12:21 +0100
commit4000ad0e330dad4245900649ff827104f0875a21 (patch)
tree5168f70171cc659ded6ceb7737700134ed2292ca /crawl-ref/source/mapmark.h
parentda16d8c0e20d8c96813196f7d0821a1e5ba68a53 (diff)
downloadcrawl-ref-4000ad0e330dad4245900649ff827104f0875a21.tar.gz
crawl-ref-4000ad0e330dad4245900649ff827104f0875a21.zip
Axe a number of unused functions.
Diffstat (limited to 'crawl-ref/source/mapmark.h')
-rw-r--r--crawl-ref/source/mapmark.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index 7fdb0af491..1acfef428c 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -22,7 +22,6 @@ class writer;
void remove_markers_and_listeners_at(coord_def p);
bool marker_vetoes_operation(const char *op);
-bool feature_marker_at(const coord_def &pos, dungeon_feature_type feat);
coord_def find_marker_position_by_prop(const string &prop,
const string &expected = "");
vector<coord_def> find_marker_positions_by_prop(const string &prop,