From 73cae8ce9a288876de61e298b44d6eac0c971774 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Fri, 6 May 2011 12:36:52 -0700 Subject: [PATCH] st-scroll-view: remove spurious assignment of uninitialized data https://bugzilla.gnome.org/show_bug.cgi?id=649596 --- src/st/st-scroll-view.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/st/st-scroll-view.c b/src/st/st-scroll-view.c index 618648a36..47db3e2fb 100644 --- a/src/st/st-scroll-view.c +++ b/src/st/st-scroll-view.c @@ -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;