animatable: Remove CLUTTER_DISABLE_DEPRECATED
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 2 Nov 2011 12:51:58 +0000 (12:51 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 2 Nov 2011 13:00:46 +0000 (13:00 +0000)
We use deprecation warnings, now.

clutter/clutter-animatable.h

index 5be9437..8bd3d37 100644 (file)
@@ -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);