diff options
author | Timm Bäder <mail@baedert.org> | 2018-01-17 13:02:58 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-01-17 21:57:19 +0100 |
commit | e763dac72e1ea4a5b70bf20d56d67cf934563269 (patch) | |
tree | e31615cfdd98ccbf9b2461c9bdecb6faa4528267 /gtk/gtkbox.c | |
parent | 8ab2c79b777a11c8659936d0555d9cf46fe67b26 (diff) | |
download | gtk+-e763dac72e1ea4a5b70bf20d56d67cf934563269.tar.gz |
box: Remove self assignment
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r-- | gtk/gtkbox.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index c970c72d99..f59284f294 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -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, |