mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +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);
|
||||
g_object_unref (widget);
|
||||
}
|
||||
else
|
||||
{
|
||||
g_warning ("%s is already visible", gtk_widget_get_name (widget));
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user