From fc6c524a5ee8331c0b880a4be7dc1df56eb527e8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 25 Oct 2022 14:08:17 -0400 Subject: [PATCH] Revert "fix warning when ENHANCED_SYMBOLS is not defined" This reverts commit 88cc5246b421f4589ebbfb693aafe1f38c2005c8. --- src/display.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/display.c b/src/display.c index 437a2b561..fc6a6474f 100644 --- a/src/display.c +++ b/src/display.c @@ -1481,11 +1481,7 @@ const glyph_info nul_glyphinfo = { extern glyph_map glyphmap[MAX_GLYPH]; /* from tile.c */ #else glyph_map glyphmap[MAX_GLYPH] = { - { 0U, { 0, 0}, 0, 0 -#ifdef ENHANCED_SYMBOLS - , 0 -#endif - } + { 0U, { 0, 0}, 0, 0 } }; #endif