mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
box: Remove self assignment
This commit is contained in:
parent
8ab2c79b77
commit
e763dac72e
@ -1169,9 +1169,6 @@ gtk_box_compute_size_for_opposing_orientation (GtkBox *box,
|
||||
}
|
||||
}
|
||||
|
||||
child_size = child_size;
|
||||
|
||||
|
||||
child_minimum_baseline = child_natural_baseline = -1;
|
||||
/* Assign the child's position. */
|
||||
gtk_widget_measure (child->widget,
|
||||
|
Loading…
Reference in New Issue
Block a user