projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5ac88
)
widget: Remove useless assignment
author
Timm Bäder
<mail@baedert.org>
Tue, 2 May 2017 18:54:57 +0000
(20:54 +0200)
committer
Daniel Boles
<dboles.src@gmail.com>
Mon, 22 May 2017 13:26:32 +0000
(14:26 +0100)
We don't use adjusted_allocation after this line.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 511a97211a2f72446944a6f048254db65b98bdb6..f1dc09625e21277d38b2a72bc9700251e4967116 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-6083,7
+6083,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
{