[gtk+/gtk-3-22] widget: Remove useless assignment
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] widget: Remove useless assignment
- Date: Mon, 22 May 2017 13:31:27 +0000 (UTC)
commit 91f83011da7247ec56e75497e06bb86c105d8736
Author: Timm Bäder <mail baedert org>
Date: Tue May 2 20:54:57 2017 +0200
widget: Remove useless assignment
We don't use adjusted_allocation after this line.
gtk/gtkwidget.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 511a972..f1dc096 100644
--- 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]