From 0b684339ef8e716c27d1d5bf96d82ccc93669f3f Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 21 Jan 2024 11:12:13 -0500 Subject: [PATCH] more vestiges of C(color) --- src/drawing.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/drawing.c b/src/drawing.c index d5bf9ae35..dca1b4066 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -76,8 +76,6 @@ const uchar def_r_oc_syms[MAXOCLASSES] = { /*15*/ BALL_SYM, CHAIN_SYM, VENOM_SYM }; -#undef C - /* * Convert the given character to an object class. If the character is not * recognized, then MAXOCLASSES is returned. Used in detect.c, invent.c,