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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index 6d4f13fb13..71a8955d0d 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -29,8 +29,5 @@ int equip_name_to_slot(const char *s);
const char *equip_slot_to_name(int equip);
void print_overview_screen(void);
-formatted_string get_full_detail2(bool calc_unid);
-std::vector<formatted_string> get_stat_info(void);
-std::vector<formatted_string> get_res_info(bool calc_unid);
#endif