forked from AuroraMiddleware/gtk
widget: Remove useless assignment
We don't use adjusted_allocation after this line.
This commit is contained in:
parent
91932ffbc7
commit
8b2c71703e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user