From a189aa47ebeeee22eefcf0702568bf11b6c42339 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 15 Nov 2009 21:51:29 +0100 Subject: Remove unused call to get_show_symbol. --- crawl-ref/source/libgui.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/libgui.cc') diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc index bbb55dd4df..6eb4339076 100644 --- a/crawl-ref/source/libgui.cc +++ b/crawl-ref/source/libgui.cc @@ -37,10 +37,6 @@ int tile_idx_unseen_terrain(int x, int y, int what) const coord_def gc(x,y); dungeon_feature_type feature = grd(gc); - unsigned int grid_symbol; - unsigned short grid_color; - get_show_symbol(show_type(feature), &grid_symbol, &grid_color); - unsigned int t = tileidx_feature(feature, gc.x, gc.y); if (t == TILE_ERROR || what == ' ') { -- cgit v1.2.3-54-g00ecf