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

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