mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
analysis: ClutterTimeline
Remove an unused variable.
This commit is contained in:
parent
65af411cb4
commit
9c8f881878
@ -1185,15 +1185,11 @@ clutter_timeline_set_direction (ClutterTimeline *timeline,
|
||||
guint
|
||||
clutter_timeline_get_delta (ClutterTimeline *timeline)
|
||||
{
|
||||
ClutterTimelinePrivate *priv;
|
||||
|
||||
g_return_val_if_fail (CLUTTER_IS_TIMELINE (timeline), 0);
|
||||
|
||||
if (!clutter_timeline_is_playing (timeline))
|
||||
return 0;
|
||||
|
||||
priv = timeline->priv;
|
||||
|
||||
return timeline->priv->msecs_delta;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user