From: Matthew Fernandez Date: Sun, 15 Jan 2023 21:39:40 +0000 (-0800) Subject: gvcolor: remove unused 'hsbcolor_t' name X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f386203d7ba33a9380ba0f30f45e678a940225;p=graphviz gvcolor: remove unused 'hsbcolor_t' name --- diff --git a/cmd/tools/colxlate.c b/cmd/tools/colxlate.c index 99232dcd7..b9cefd3c7 100644 --- a/cmd/tools/colxlate.c +++ b/cmd/tools/colxlate.c @@ -20,7 +20,7 @@ #include #endif #include -typedef struct hsbcolor_t { +typedef struct { char *name; unsigned char h, s, b; } hsbcolor_t;