]> granicus.if.org Git - graphviz/commitdiff
smyrna doApply: remove unused 'widget' parameter
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Jul 2022 01:32:52 +0000 (18:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 27 Jul 2022 14:27:01 +0000 (07:27 -0700)
Note this also makes `widget` unused in `on_attrApplyBtn_clicked` which is a
Glade callback and cannot have its corresponding parameter removed. So we squash
the resulting warning there.

cmd/smyrna/gui/frmobjectui.c

index 635f722f9bc2ee0e8e5763eacdcf13a75fcf5b1c..46c5bf08c18a39918aa9aded3196396db27418d9 100644 (file)
@@ -434,7 +434,7 @@ static void set_refresh_filters(ViewInfo * v, int type, char *name)
        v->refresh.selection = 1;
 }
 
-static void doApply (GtkWidget * widget, int doAll)
+static void doApply(int doAll)
 {
     char *attr_name;
     char *value;
@@ -497,8 +497,10 @@ static void doApply (GtkWidget * widget, int doAll)
 
 _BB void on_attrApplyBtn_clicked(GtkWidget * widget, gpointer user_data)
 {
+    (void)widget;
     (void)user_data;
-    doApply (widget, 0);
+
+    doApply(0);
 }
 
 /* This is the action attached to the publish button on the attributes