diff --git a/clutter/clutter-types.h b/clutter/clutter-types.h index cd31e9b07..89f201f73 100644 --- a/clutter/clutter-types.h +++ b/clutter/clutter-types.h @@ -89,8 +89,6 @@ typedef struct _ClutterAlpha ClutterAlpha; typedef struct _ClutterAnimation ClutterAnimation; typedef struct _ClutterAnimator ClutterAnimator; typedef struct _ClutterState ClutterState; -typedef struct _ClutterBehaviour ClutterBehaviour; -typedef struct _ClutterShader ClutterShader; typedef union _ClutterEvent ClutterEvent; diff --git a/clutter/deprecated/clutter-animation.h b/clutter/deprecated/clutter-animation.h index fec7e6e28..4c6aa8bb6 100644 --- a/clutter/deprecated/clutter-animation.h +++ b/clutter/deprecated/clutter-animation.h @@ -40,7 +40,6 @@ G_BEGIN_DECLS #define CLUTTER_IS_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_ANIMATION)) #define CLUTTER_ANIMATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_ANIMATION, ClutterAnimationClass)) -typedef struct _ClutterAnimation ClutterAnimation; typedef struct _ClutterAnimationPrivate ClutterAnimationPrivate; typedef struct _ClutterAnimationClass ClutterAnimationClass;