]> granicus.if.org Git - nethack/commitdiff
another unused variable
authornhmall <nhmall@nethack.org>
Sat, 2 Jan 2021 14:44:09 +0000 (09:44 -0500)
committernhmall <nhmall@nethack.org>
Sat, 2 Jan 2021 14:44:09 +0000 (09:44 -0500)
win/X11/winmap.c

index e7ff59509ae9d383ca08bdf533d1936ea2008801..ffab4f649b1841be1f287ce1151dd8cc260d1e67 100644 (file)
@@ -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;