summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 21:36:59 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 23:11:41 +0100
commitc99489055fb52cd6079218675a8b5688b4eb99ee (patch)
treef160888bceb33bfe7dc76a8861645237d26bb778 /crawl-ref/source/showsymb.h
parentd13f2354db0c50108beccd90aea26ec416e20d07 (diff)
downloadcrawl-ref-c99489055fb52cd6079218675a8b5688b4eb99ee.tar.gz
crawl-ref-c99489055fb52cd6079218675a8b5688b4eb99ee.zip
Remove one version of get_screen_glyph.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 10fc84500d..85939a5b61 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -12,7 +12,6 @@ struct glyph
glyph get_item_glyph(const item_def *item);
glyph get_mons_glyph(const monsters *mons);
-unsigned get_screen_glyph( int x, int y );
unsigned get_screen_glyph( const coord_def &p );
void get_symbol(const coord_def& where,