From 5103e7e37bd414292eaf7851b557aede02a7a094 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 23 Sep 2021 17:23:12 -0700 Subject: [PATCH] smyrna: remove unused frmObjectTypeIndex --- cmd/smyrna/gui/gui.c | 1 - cmd/smyrna/gui/gui.h | 1 - 2 files changed, 2 deletions(-) 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 -- 2.40.0