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.
v->refresh.selection = 1;
}
-static void doApply (GtkWidget * widget, int doAll)
+static void doApply(int doAll)
{
char *attr_name;
char *value;
_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