examples: Remove a stray restore_easing_state()

The DropAction example has an additional restore_easing_state() on the
handle which will produce a warning.
This commit is contained in:
Emmanuele Bassi 2013-06-15 12:12:43 +01:00
parent 18f7a4aa12
commit c0b148232d
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ on_drag_end (ClutterDragAction *action,
clutter_actor_set_easing_mode (handle, CLUTTER_EASE_OUT_BOUNCE);
clutter_actor_set_position (handle, x_pos, y_pos);
clutter_actor_set_opacity (handle, 0);
clutter_actor_restore_easing_state (handle);
}
else