cookbook: Remove unused variable from the animator example

This commit is contained in:
Emmanuele Bassi 2010-09-30 12:32:08 +01:00
parent fde6efc690
commit 6a95457b3f

View File

@ -42,7 +42,6 @@ move_actors (ClutterActor *actor,
gpointer user_data) gpointer user_data)
{ {
State *state = (State *) user_data; State *state = (State *) user_data;
GList *keys;
/* do nothing if the animator is already running */ /* do nothing if the animator is already running */
if (clutter_timeline_is_playing (clutter_animator_get_timeline (state->animator))) if (clutter_timeline_is_playing (clutter_animator_get_timeline (state->animator)))