window: Don't queue resize handler

It's not needed, because the queue_allocate() call right above it does
this work.
This commit is contained in:
Benjamin Otte
2018-04-10 22:02:31 +02:00
parent b591d7bc20
commit e0415fccd7

View File

@@ -7244,7 +7244,6 @@ gtk_window_configure_event (GtkWidget *widget,
priv->configure_notify_received = TRUE;
gtk_widget_queue_allocate (widget);
gtk_container_queue_resize_handler (GTK_CONTAINER (widget));
return TRUE;
}