[gtk+] gtkwindow: Remove a bogus comment



commit 927b5a592f47b0128ffd9b10d3f924132eabe422
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jul 17 11:03:27 2014 -0400

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index c3ae869..8f36abc 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]