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
|
static void
|
||||||
st_scroll_bar_unmap (ClutterActor *actor)
|
st_scroll_bar_unmap (ClutterActor *actor)
|
||||||
{
|
{
|
||||||
StScrollBarPrivate *priv = ST_SCROLL_BAR (actor)->priv;
|
|
||||||
|
|
||||||
CLUTTER_ACTOR_CLASS (st_scroll_bar_parent_class)->unmap (actor);
|
CLUTTER_ACTOR_CLASS (st_scroll_bar_parent_class)->unmap (actor);
|
||||||
|
|
||||||
stop_scrolling (ST_SCROLL_BAR (actor));
|
stop_scrolling (ST_SCROLL_BAR (actor));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user