forked from AuroraMiddleware/gtk
widget: Remove leftover debug statement
Seems we didn't hit this very often. :)
This commit is contained in:
parent
b495ce5446
commit
ad723bd9a9
@ -4818,10 +4818,7 @@ gtk_widget_size_allocate (GtkWidget *widget,
|
||||
g_return_if_fail (GTK_IS_WIDGET (widget));
|
||||
|
||||
if (!priv->visible)
|
||||
{
|
||||
g_print ("woot, invisible widget allocated!\n");
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
gtk_widget_push_verify_invariants (widget);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user