From 01b40e683ee4886b7ed76b4c90ff97ac394dc30e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 6 Nov 2009 13:11:08 +0100 Subject: Move get_show_symbol to showsymb.cc. --- crawl-ref/source/show.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/show.h') 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 { -- cgit v1.2.3-54-g00ecf