From: Matthew Fernandez Date: Fri, 24 Sep 2021 00:23:12 +0000 (-0700) Subject: smyrna: remove unused frmObjectTypeIndex X-Git-Tag: 2.49.2~30^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5103e7e37bd414292eaf7851b557aede02a7a094;p=graphviz smyrna: remove unused frmObjectTypeIndex --- diff --git a/cmd/smyrna/gui/gui.c b/cmd/smyrna/gui/gui.c index 19ce290d2..13c0caaf4 100644 --- a/cmd/smyrna/gui/gui.c +++ b/cmd/smyrna/gui/gui.c @@ -28,7 +28,6 @@ GladeXML *xml; //global libglade vars GtkWidget *gladewidget; //1 subgraph 2 node 3 edge -int frmObjectTypeIndex; Agraph_t *frmObjectg; diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index 4c13faf8a..089860413 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -32,7 +32,6 @@ extern "C" { extern GladeXML *xml; //global libglade vars extern GtkWidget *gladewidget; - extern gve_element frmObjectTypeIndex; extern Agraph_t *frmObjectg; extern GtkComboBox *cbSelectGraph; //combo at top left