From 05c285a9457a731b2da95e4a5313cf42a32f64ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 7 Feb 2012 20:33:24 +0100 Subject: [PATCH] st: Shut up a compiler warning Remove an unused variable to make GCC happy. --- src/st/st-scroll-bar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/st/st-scroll-bar.c b/src/st/st-scroll-bar.c index 354be2a85..80aa48a7b 100644 --- a/src/st/st-scroll-bar.c +++ b/src/st/st-scroll-bar.c @@ -245,8 +245,6 @@ st_scroll_bar_pick (ClutterActor *actor, static void st_scroll_bar_unmap (ClutterActor *actor) { - StScrollBarPrivate *priv = ST_SCROLL_BAR (actor)->priv; - CLUTTER_ACTOR_CLASS (st_scroll_bar_parent_class)->unmap (actor); stop_scrolling (ST_SCROLL_BAR (actor));