From f4d8ba7db4bcdcf615feb9423435ebc4b60a1973 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 2 Nov 2011 12:51:58 +0000 Subject: [PATCH] animatable: Remove CLUTTER_DISABLE_DEPRECATED We use deprecation warnings, now. --- clutter/clutter-animatable.h | 2 -- 1 file changed, 2 deletions(-) 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);