]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'rndNodeColor'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Oct 2021 01:56:40 +0000 (18:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Oct 2021 00:04:21 +0000 (17:04 -0700)
cmd/smyrna/smyrnadefs.h

index 8cc139188cb11c1470e676205597998e64144ea1..cc84fdff4728c7c3205d9d4fd96f6b0dbebd7ff0 100644 (file)
@@ -540,9 +540,6 @@ typedef struct
        int bdVisible;          //if borders are visible (boundries of the drawing,
        /*border coordinates, needs to be calculated for each graph */
 
-       /*randomize node colors or use default node color */
-       int rndNodeColor;
-
        /*Font Size */
        float FontSize;