]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'attr_widgets_modifiedSlot'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 30 Sep 2021 02:54:47 +0000 (19:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Oct 2021 02:58:24 +0000 (19:58 -0700)
cmd/smyrna/gui/callbacks.c
cmd/smyrna/gui/callbacks.h

index 262921dd8d052a478078cefad44a5746d0113ba7..1b2f61bbebd4dca5252cc81f562776a9ff4f69af 100644 (file)
@@ -129,14 +129,6 @@ void on_dlgOpenGraph_btncancel_clicked(GtkWidget * widget,
                        GTK_RESPONSE_CANCEL);
 }
 
-void attr_widgets_modifiedSlot(GtkWidget * widget, gpointer user_data)
-{
-    (void)widget;
-
-    g_print("attr changed signal..incoming data : %i\n",
-           *(int *) user_data);
-}
-
 void frmObjectBtnOK_clicked(GtkWidget * widget, gpointer user_data)
 {
     (void)widget;
index b50a1a55a36d861bdfadcca90d325e266f903fdd..73e8bcb138d8dc44f76a6bbce3712b94607650c7 100644 (file)
@@ -59,11 +59,6 @@ extern "C" {
     _BB void frmObjectBtnCancel_clicked(GtkWidget * widget,
                                        gpointer user_data);
 
-
-    _BB void attr_widgets_modifiedSlot(GtkWidget * widget,
-                                      gpointer user_data);
-
-
 /*console output widgets*/
     _BB void on_clearconsolebtn_clicked(GtkWidget * widget,
                                        gpointer user_data);