widget: Remove useless assignment

We don't use adjusted_allocation after this line.
This commit is contained in:
Timm Bäder 2017-05-02 20:54:57 +02:00
parent 91932ffbc7
commit 8b2c71703e

View File

@ -5458,7 +5458,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
{