actor: Remove the implicit easing state save
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 17 Mar 2012 16:46:38 +0000 (16:46 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 17 Mar 2012 16:46:38 +0000 (16:46 +0000)
commit229241b8757a0192f2c2ade3f0ce50f311aeea99
tree87a25379a7522cf4466728beaa2e8ca28b89d062
parentb3b1994c132743c7f68f5aec811170ecc51b6c6c
actor: Remove the implicit easing state save

When setting the easing mode, duration, or delay without having ever
called clutter_actor_save_easing_state(). It's confusing, and not
really nice.

In the future, we'll have a default easing state implicitly created by
the actor itself, but for the time being explicitly opting in is
preferrable.
clutter/clutter-actor.c