[clutter] animatable: Remove CLUTTER_DISABLE_DEPRECATED
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] animatable: Remove CLUTTER_DISABLE_DEPRECATED
- Date: Wed, 2 Nov 2011 13:07:47 +0000 (UTC)
commit f4d8ba7db4bcdcf615feb9423435ebc4b60a1973
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Nov 2 12:51:58 2011 +0000
animatable: Remove CLUTTER_DISABLE_DEPRECATED
We use deprecation warnings, now.
clutter/clutter-animatable.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-animatable.h b/clutter/clutter-animatable.h
index 5be9437..8bd3d37 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]