diff --git a/src/st/st-scroll-view.c b/src/st/st-scroll-view.c index aba01e6bd..8f4332f45 100644 --- a/src/st/st-scroll-view.c +++ b/src/st/st-scroll-view.c @@ -303,8 +303,6 @@ st_scroll_view_allocate (ClutterActor *actor, "scrollbar-width", &sb_width, "scrollbar-height", &sb_height, NULL); - sb_width = 28; - sb_height = 28; if (!CLUTTER_ACTOR_IS_VISIBLE (priv->vscroll)) sb_width = 0;