diff --git a/clutter/clutter-animatable.h b/clutter/clutter-animatable.h index 5be9437c3..8bd3d37a8 100644 --- a/clutter/clutter-animatable.h +++ b/clutter/clutter-animatable.h @@ -97,7 +97,6 @@ struct _ClutterAnimatableIface GType clutter_animatable_get_type (void) G_GNUC_CONST; -#ifndef CLUTTER_DISABLE_DEPRECATED CLUTTER_DEPRECATED_FOR(clutter_animatable_interpolate_value) gboolean clutter_animatable_animate_property (ClutterAnimatable *animatable, ClutterAnimation *animation, @@ -106,7 +105,6 @@ gboolean clutter_animatable_animate_property (ClutterAnimatable *animatable, const GValue *final_value, gdouble progress, GValue *value); -#endif /* CLUTTER_DISABLE_DEPRECATED */ GParamSpec *clutter_animatable_find_property (ClutterAnimatable *animatable, const gchar *property_name);