summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 22:25:57 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 23:11:42 +0100
commit491010fa1cefa985530d35c9e2900b9635a15af8 (patch)
tree635030c083f4f9abf5b8b64a34db970666d628a4 /crawl-ref/source/showsymb.h
parentf5b0269efde99613163d99346035b53a82661ceb (diff)
downloadcrawl-ref-491010fa1cefa985530d35c9e2900b9635a15af8.tar.gz
crawl-ref-491010fa1cefa985530d35c9e2900b9635a15af8.zip
Merge get_symbol and get_show_glyph.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index f11d1cac89..07e76c9317 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -17,9 +17,5 @@ glyph get_show_glyph(show_type object);
unsigned get_screen_glyph( const coord_def &p );
-void get_symbol(const coord_def& where,
- show_type object, unsigned *ch,
- unsigned short *colour);
-
#endif