summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-06 13:11:08 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-06 14:43:40 +0100
commit01b40e683ee4886b7ed76b4c90ff97ac394dc30e (patch)
tree23cf9a688484fb76846be22157723a3ac1e3271a /crawl-ref/source/show.h
parent87489927a945cf50e830a685934a2a35d6199a3e (diff)
downloadcrawl-ref-01b40e683ee4886b7ed76b4c90ff97ac394dc30e.tar.gz
crawl-ref-01b40e683ee4886b7ed76b4c90ff97ac394dc30e.zip
Move get_show_symbol to showsymb.cc.
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
{