mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
widget: Remove warning about already visible widgets
That was just added by mistake of course.
This commit is contained in:
parent
56a58655fe
commit
f05402ce2b
@ -4226,10 +4226,6 @@ gtk_widget_show (GtkWidget *widget)
|
|||||||
gtk_widget_pop_verify_invariants (widget);
|
gtk_widget_pop_verify_invariants (widget);
|
||||||
g_object_unref (widget);
|
g_object_unref (widget);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
g_warning ("%s is already visible", gtk_widget_get_name (widget));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user