From: Matthew Fernandez Date: Thu, 21 Oct 2021 01:56:22 +0000 (-0700) Subject: smyrna: remove unused 'rndEdgeColor' X-Git-Tag: 2.49.3~1^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0177dd0b50b081a87e51d7e6d7928a90b2e7ffd2;p=graphviz smyrna: remove unused 'rndEdgeColor' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 6c54f46b9..8cc139188 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -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;