widget: Remove useless assignment
authorTimm Bäder <mail@baedert.org>
Tue, 2 May 2017 18:54:57 +0000 (20:54 +0200)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 22 May 2017 13:26:32 +0000 (14:26 +0100)
We don't use adjusted_allocation after this line.

gtk/gtkwidget.c

index 511a97211a2f72446944a6f048254db65b98bdb6..f1dc09625e21277d38b2a72bc9700251e4967116 100644 (file)
@@ -6083,7 +6083,6 @@ gtk_widget_size_allocate_with_baseline (GtkWidget     *widget,
                  G_OBJECT_TYPE_NAME (widget), widget,
                  real_allocation.x, real_allocation.y, real_allocation.width, real_allocation.height,
                  adjusted_allocation.x, adjusted_allocation.y, adjusted_allocation.width, adjusted_allocation.height);
-      adjusted_allocation = real_allocation; /* veto it */
     }
   else
     {