st: Shut up a compiler warning
Remove an unused variable to make GCC happy.
This commit is contained in:
parent
27b34992c6
commit
05c285a945
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user