From 856ca708006635f9917acb702916b1af476fc69a Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 21 Nov 2021 09:10:17 -0800 Subject: [PATCH] smyrna: remove unused 'on_attrRB0_clicked' --- cmd/smyrna/gui/frmobjectui.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cmd/smyrna/gui/frmobjectui.c b/cmd/smyrna/gui/frmobjectui.c index 49f13fb88..1f92b670c 100644 --- a/cmd/smyrna/gui/frmobjectui.c +++ b/cmd/smyrna/gui/frmobjectui.c @@ -518,16 +518,6 @@ _BB void on_attrApplyBtn_clicked(GtkWidget * widget, gpointer user_data) doApply (widget, 0); } -_BB void on_attrRB0_clicked(GtkWidget * widget, gpointer user_data) -{ - filter_attributes((char *) - gtk_entry_get_text((GtkEntry *) - glade_xml_get_widget(xml, - "txtAttr")), - view->Topview); - -} - /* This is the action attached to the publish button on the attributes * window. What should happen? */ -- 2.40.0