From 927b5a592f47b0128ffd9b10d3f924132eabe422 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 17 Jul 2014 11:03:27 -0400 Subject: [PATCH] gtkwindow: Remove a bogus comment gtk_window_configure_event certainly doesn't fill the new allocation in. We're filling it in right here! --- gtk/gtkwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index c3ae869b4e..8f36abc7a2 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -8940,7 +8940,6 @@ gtk_window_move_resize (GtkWindow *window) */ priv->configure_notify_received = FALSE; - /* gtk_window_configure_event() filled in widget->allocation */ gtk_widget_size_allocate (widget, &allocation); /* If the configure request changed, it means that