summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 148cd35fc6..774aa2adff 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -69,8 +69,6 @@ void update_monsters_in_view();
void handle_seen_interrupt(monsters* monster);
void flush_comes_into_view();
-dungeon_char_type dchar_by_name(const std::string &name);
-
void handle_terminal_resize(bool redraw = true);
#endif