summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-05-05 19:18:53 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-07-19 21:27:12 -0400
commit60e053f52abe147c69f1c7aaba699bec5a780fd3 (patch)
treec9c90c1bc35229966a087c99d83f2e35c85f41e1 /gtk/gtklayout.c
parentcd6a8bff8fc2130f9edfcff5b67271c7cc9c700f (diff)
downloadgtk+-60e053f52abe147c69f1c7aaba699bec5a780fd3.tar.gz
Remove calls to gtk_widget_set_allocation
gtk_widget_size_allocate_with_baselines does it automatically now.
Diffstat (limited to 'gtk/gtklayout.c')
-rw-r--r--gtk/gtklayout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c
index 8680763afb..040e542eb7 100644
--- a/gtk/gtklayout.c
+++ b/gtk/gtklayout.c
@@ -857,8 +857,6 @@ gtk_layout_size_allocate (GtkWidget *widget,
GtkLayoutPrivate *priv = layout->priv;
GList *tmp_list;
- gtk_widget_set_allocation (widget, allocation);
-
tmp_list = priv->children;
while (tmp_list)