summaryrefslogtreecommitdiff
path: root/clutter/clutter.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-04-25 17:13:29 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-04-27 12:30:50 +0100
commitbca93c1a75324b439e93500011f90817eae1074a (patch)
tree9bf7662bb531e16d34b8e9752b133fefc9aafa19 /clutter/clutter.h
parenta5630d962f6b51812783945f47ca7e6215e06754 (diff)
downloadclutter-bca93c1a75324b439e93500011f90817eae1074a.tar.gz
Deprecate ClutterAlpha
It's time. Now that we have clutter_actor_allocate() respecting the easing state of an actor, and that the LayoutManager animation virtual functions have been deprecated, we can put ClutterAlpha on the chopping block, and be done with it, once and for all. So long, ClutterAlpha; and thanks for all the fish.
Diffstat (limited to 'clutter/clutter.h')
-rw-r--r--clutter/clutter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter/clutter.h b/clutter/clutter.h
index c5da9975e..b4a624ade 100644
--- a/clutter/clutter.h
+++ b/clutter/clutter.h
@@ -35,7 +35,6 @@
#include "clutter-actor.h"
#include "clutter-actor-meta.h"
#include "clutter-align-constraint.h"
-#include "clutter-alpha.h"
#include "clutter-animatable.h"
#include "clutter-backend.h"
#include "clutter-bind-constraint.h"