]> granicus.if.org Git - graphviz/commitdiff
gvcolor: remove unused 'Agnodeinfo_t' name
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 21:40:22 +0000 (13:40 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 21 Jan 2023 04:48:33 +0000 (20:48 -0800)
cmd/tools/gvcolor.c

index 2f66e6831d78cb1d816fe58d5de1013b88925de0..92e8991449ad7b92e0375395045c5169a896caa3 100644 (file)
@@ -29,7 +29,7 @@
 #include "colorxlate.h"
 #include <math.h>
 #include <stdlib.h>
-typedef struct Agnodeinfo_t {
+typedef struct {
     Agrec_t h;
     double relrank;    /* coordinate of its rank, smaller means lower rank */
     double x[NC];      /* color vector */