summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 46e3349ce7..f540fbe4e2 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -936,11 +936,6 @@ void print_stats(void)
if (you.redraw_status_flags & REDRAW_LINE_3_MASK)
_print_stats_line3();
- // XXX: better check? I think this skips the update at the very end
- // of a delay
- if (you.delay_queue.empty())
- update_monster_pane();
-
you.redraw_status_flags = 0;
#if DEBUG_DIAGNOSTICS