]> granicus.if.org Git - graphviz/commitdiff
remove unused (and shadowed) MAX_GRPS
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 20 May 2021 00:17:02 +0000 (17:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 28 May 2021 14:49:25 +0000 (07:49 -0700)
cmd/gvmap/gvmap.c

index 3b860624dfebded51f95e4da59ed3353b792996e..6fed6517a36e87967e92f50310b52d35b0dc00a3 100644 (file)
@@ -29,8 +29,6 @@
 #include <sparse/colorutil.h>
 #include <sparse/color_palette.h>
 
-enum {MAX_GRPS = 10000};
-
 typedef struct {
     char* cmd;
     char **infiles; 
@@ -357,7 +355,6 @@ makeMap (SparseMatrix graph, int n, real* x, real* width, int* grouping,
   int npolys, nverts, *polys_groups, exclude_random;
   real *x_poly, *xcombined;
   enum {max_string_length = 1000};
-  enum {MAX_GRPS = 10000};
   SparseMatrix country_graph;
   int improve_contiguity_n = pm->improve_contiguity_n;
 #ifdef TIME