]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'rndEdgeColor'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Oct 2021 01:56:22 +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 6c54f46b96f1638f8a5f9327be7d52f49ca3dbd9..8cc139188cb11c1470e676205597998e64144ea1 100644 (file)
@@ -543,8 +543,6 @@ typedef struct
        /*randomize node colors or use default node color */
        int rndNodeColor;
 
-       /*randomize edge colors or use default edge color */
-       int rndEdgeColor;
        /*Font Size */
        float FontSize;