Remove unneeded/deprecated call from size requisition code

This commit is contained in:
Carlos Garnacho 2011-01-04 02:23:23 +01:00
parent c296d11ac3
commit 6c21f3d8e6

View File

@ -205,8 +205,6 @@ compute_size_for_orientation (GtkWidget *widget,
gint min_size = 0;
gint nat_size = 0;
gtk_widget_ensure_style (widget);
if (orientation == GTK_SIZE_GROUP_HORIZONTAL)
{
if (for_size < 0)