From: Timm Bäder Date: Tue, 2 May 2017 18:54:57 +0000 (+0200) Subject: widget: Remove useless assignment X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~533 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=91f83011da7247ec56e75497e06bb86c105d8736;p=gtk%2B3.0.git widget: Remove useless assignment We don't use adjusted_allocation after this line. --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 511a97211a..f1dc09625e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -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 {