summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/show.h')
-rw-r--r--crawl-ref/source/show.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/show.h b/crawl-ref/source/show.h
index 7ee086b520..f35c44c790 100644
--- a/crawl-ref/source/show.h
+++ b/crawl-ref/source/show.h
@@ -64,9 +64,6 @@ struct show_info
monster_type mons;
};
-// Replaces get_item_symbol.
-void get_show_symbol(show_type object, unsigned *ch, unsigned short *colour);
-
class monsters;
class show_def
{