From 10dfceac7b1e85fe81b2d05516d6eae1659cce9a Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 Jan 2021 09:44:09 -0500 Subject: [PATCH] another unused variable --- win/X11/winmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/X11/winmap.c b/win/X11/winmap.c index e7ff59509..ffab4f649 100644 --- a/win/X11/winmap.c +++ b/win/X11/winmap.c @@ -934,7 +934,7 @@ struct map_info_t *map_info; int x, y; /* unsigned short g_stone = cmap_to_glyph(S_stone); */ unsigned short g_unexp = GLYPH_UNEXPLORED, g_nothg = GLYPH_NOTHING; - int mgunexp = ' ', mgnothg = ' ', mgcolor = NO_COLOR; + int mgunexp = ' ', mgnothg = ' '; struct tile_map_info_t *tile_map = &map_info->tile_map; struct text_map_info_t *text_map = &map_info->text_map; -- 2.50.1