mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Drop an unused variable
This commit is contained in:
parent
6962dcffac
commit
2679f889a5
@ -414,7 +414,6 @@ static void
|
||||
bool_changed (GObject *object, GParamSpec *pspec, gpointer data)
|
||||
{
|
||||
GtkToggleButton *tb = GTK_TOGGLE_BUTTON (data);
|
||||
GtkWidget *child;
|
||||
GValue val = G_VALUE_INIT;
|
||||
|
||||
g_value_init (&val, G_TYPE_BOOLEAN);
|
||||
|
Loading…
Reference in New Issue
Block a user