cookbook: Remove unused variable from the animator example
This commit is contained in:
parent
fde6efc690
commit
6a95457b3f
@ -42,7 +42,6 @@ move_actors (ClutterActor *actor,
|
||||
gpointer user_data)
|
||||
{
|
||||
State *state = (State *) user_data;
|
||||
GList *keys;
|
||||
|
||||
/* do nothing if the animator is already running */
|
||||
if (clutter_timeline_is_playing (clutter_animator_get_timeline (state->animator)))
|
||||
|
Loading…
Reference in New Issue
Block a user