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

index e84a5c047288a16df2d23c3fa95978b77f0d9023..d24534c8feab863e6f660eff2ec1f3ecd54a70e0 100644 (file)
@@ -40,7 +40,6 @@
     #pragma comment( lib, "cdt.lib" )
 #endif   /* not _WIN32 */
 
-enum {POINTS_ALL = 1, POINTS_LABEL, POINTS_RANDOM};
 enum {maxlen = 10000000};
 enum {MAX_GRPS = 10000};
 
index 5c94fcf1c69f6b0d5042bf3acef86afe9df12314..06b38c1a7c1533e0a69906f5df40336cc52b1dd8 100644 (file)
@@ -29,7 +29,6 @@
 #include <sparse/colorutil.h>
 #include <sparse/color_palette.h>
 
-enum {POINTS_ALL = 1, POINTS_LABEL, POINTS_RANDOM};
 enum {maxlen = 10000000};
 enum {MAX_GRPS = 10000};
 static char swork[maxlen];