From 0177dd0b50b081a87e51d7e6d7928a90b2e7ffd2 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 20 Oct 2021 18:56:22 -0700 Subject: [PATCH] smyrna: remove unused 'rndEdgeColor' --- cmd/smyrna/smyrnadefs.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.40.0