]> granicus.if.org Git - graphviz/commitdiff
gvmap: remove unused 'REAL' definitions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 02:31:44 +0000 (18:31 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Nov 2021 20:09:50 +0000 (12:09 -0800)
cmd/gvmap/make_map.c

index 3c2a8fb504bb9b3a57895da89617a13288fce361..d35aadbae99ffbe6162fb3cfcd0b53b59580225d 100644 (file)
 #include <sparse/colorutil.h>
 #include <neatogen/delaunay.h>
 
-#ifdef SINGLE
-#define REAL float
-#else /* not SINGLE */
-#define REAL double
-#endif /* not SINGLE */
-
 #include <edgepaint/lab.h>
 #include <edgepaint/node_distinct_coloring.h>