gtkhidingbox: we can assume we have min and nat pointers

This commit is contained in:
Carlos Soriano
2015-11-04 16:08:56 +01:00
committed by Georges Basile Stavracas Neto
parent 8dd40885f6
commit eeb666f370

View File

@@ -341,10 +341,8 @@ gtk_hiding_box_get_preferred_width (GtkWidget *widget,
if (priv->spacing && n_visible_children > 1)
n += priv->spacing * (n_visible_children - 1);
if (min)
*min = m;
if (nat)
*nat = n;
*min = m;
*nat = n;
}
static void