From: Matthew Fernandez Date: Sun, 2 May 2021 02:34:56 +0000 (-0700) Subject: remove unused interpol field in Smyrna X-Git-Tag: 2.47.2~7^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=174cd8cdb94f9c7d270c01d0ebad9d82b6e18864;p=graphviz remove unused interpol field in Smyrna --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 71119c381..976d7b14d 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -701,7 +701,6 @@ typedef struct char *template_file; char *attr_file; int flush; - line interpol; gvprscript *scripts; int script_count; /*# of scripts */ GtkComboBox *graphComboBox; /*pointer to graph combo box at top right */