Deprecate ClutterAnimation, as well as clutter_actor_animate()

ClutterPropertyTransition, and the implicit animation API based on
ClutterTransition and ClutterAnimatable, are enough to replace this
whole API.
This commit is contained in:
Emmanuele Bassi
2012-04-11 18:18:27 +01:00
parent 63e909576a
commit b4f12cfb83
8 changed files with 192 additions and 204 deletions

View File

@ -37,7 +37,6 @@
#include "clutter-align-constraint.h"
#include "clutter-alpha.h"
#include "clutter-animatable.h"
#include "clutter-animation.h"
#include "clutter-backend.h"
#include "clutter-bind-constraint.h"
#include "clutter-binding-pool.h"