summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtksizegroup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c
index 245e0827fd..b9ac3e2e9e 100644
--- a/gtk/gtksizegroup.c
+++ b/gtk/gtksizegroup.c
@@ -670,8 +670,6 @@ do_size_request (GtkWidget *widget)
* Note here that there is no convention of filling the argument or widget->requisition,
* so we have no choice but to fire size request with this pointer.
*/
- widget->requisition.width = 0;
- widget->requisition.height = 0;
g_signal_emit_by_name (widget, "size-request", &widget->requisition);
/* Now get the extended layout minimum and natural size