summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-06-15 12:12:43 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-06-15 12:12:43 +0100
commitc0b148232d46b41ad330428549544e2b6454c41b (patch)
treef4067cf2900e0af0749582c08b5fc31b5ed0558a /examples
parent18f7a4aa12a0563283b3788d95ed837540da330f (diff)
downloadclutter-c0b148232d46b41ad330428549544e2b6454c41b.tar.gz
examples: Remove a stray restore_easing_state()
The DropAction example has an additional restore_easing_state() on the handle which will produce a warning.
Diffstat (limited to 'examples')
-rw-r--r--examples/drop-action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/drop-action.c b/examples/drop-action.c
index c369dba15..55615e120 100644
--- a/examples/drop-action.c
+++ b/examples/drop-action.c
@@ -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