summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index fe747d8f55..899576e562 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -48,11 +48,6 @@ void update_message_status();
void update_turn_count();
-#ifdef USE_TILE
-void draw_hp_bar(int val, int max_val);
-void draw_mp_bar(int val, int max_val);
-#endif
-
void print_stats();
void print_stats_level(const std::string& description);
void draw_border();