From: nhmall Date: Sat, 2 Jan 2021 14:35:56 +0000 (-0500) Subject: unused variables X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5910f86c1998529cb8e5983365ccf9d1caa9f111;p=nethack unused variables --- diff --git a/win/X11/winmap.c b/win/X11/winmap.c index 0a47cd57c..e7ff59509 100644 --- a/win/X11/winmap.c +++ b/win/X11/winmap.c @@ -932,7 +932,6 @@ map_all_unexplored(map_info) /* [was map_all_stone()] */ struct map_info_t *map_info; { int x, y; - char buf1[BUFSZ], buf2[BUFSZ]; /* 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;