st-scroll-view: remove spurious assignment of uninitialized data
https://bugzilla.gnome.org/show_bug.cgi?id=649596
This commit is contained in:
parent
dcd07eb23f
commit
73cae8ce9a
@ -422,8 +422,6 @@ st_scroll_view_get_preferred_height (ClutterActor *actor,
|
||||
clutter_actor_get_preferred_width (priv->child, -1,
|
||||
&child_min_width, NULL);
|
||||
|
||||
natural_height = child_natural_height;
|
||||
|
||||
if (min_height_p)
|
||||
*min_height_p = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user