summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 875c86b8c0..af067e0415 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -72,8 +72,6 @@ void describe_spell(spell_type spelled);
* *********************************************************************** */
std::string ghost_description(const monsters &mons, bool concise = false);
-void print_description( const std::string &d );
-
const char *trap_name(trap_type trap);
int str_to_trap(const std::string &s);