[clutter/wip/clutter-1.99: 19/36] 2.0: Remove include directives for deprecated headers
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/clutter-1.99: 19/36] 2.0: Remove include directives for deprecated headers
- Date: Sun, 7 Oct 2012 19:06:48 +0000 (UTC)
commit e483af13d5e5eaa7063a2d85a46fe2403f7c275a
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Aug 24 12:35:25 2012 +0100
2.0: Remove include directives for deprecated headers
clutter/clutter-animatable.c | 5 -----
clutter/clutter-backend.c | 3 ---
clutter/clutter-flow-layout.c | 4 +---
clutter/clutter-interval.c | 2 --
clutter/clutter-layout-manager.c | 5 +----
clutter/clutter-stage.c | 4 ----
clutter/clutter-util.c | 2 --
7 files changed, 2 insertions(+), 23 deletions(-)
---
diff --git a/clutter/clutter-animatable.c b/clutter/clutter-animatable.c
index 178706c..5d2cb20 100644
--- a/clutter/clutter-animatable.c
+++ b/clutter/clutter-animatable.c
@@ -49,16 +49,11 @@
#include "config.h"
#endif
-#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
-
#include "clutter-animatable.h"
#include "clutter-interval.h"
#include "clutter-debug.h"
#include "clutter-private.h"
-#include "deprecated/clutter-animatable.h"
-#include "deprecated/clutter-animation.h"
-
typedef ClutterAnimatableIface ClutterAnimatableInterface;
G_DEFINE_INTERFACE (ClutterAnimatable, clutter_animatable, G_TYPE_OBJECT);
diff --git a/clutter/clutter-backend.c b/clutter/clutter-backend.c
index 89fbd7c..9245ff0 100644
--- a/clutter/clutter-backend.c
+++ b/clutter/clutter-backend.c
@@ -55,9 +55,6 @@
#include "clutter-stage-window.h"
#include "clutter-version.h"
-#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
-#include "deprecated/clutter-backend.h"
-
#ifdef HAVE_CLUTTER_WAYLAND_COMPOSITOR
#include "wayland/clutter-wayland-compositor.h"
#endif /* HAVE_CLUTTER_WAYLAND_COMPOSITOR */
diff --git a/clutter/clutter-flow-layout.c b/clutter/clutter-flow-layout.c
index 97524b2..f2a0171 100644
--- a/clutter/clutter-flow-layout.c
+++ b/clutter/clutter-flow-layout.c
@@ -73,12 +73,10 @@
#include <math.h>
-#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
-#include "deprecated/clutter-container.h"
-
#include "clutter-actor.h"
#include "clutter-animatable.h"
#include "clutter-child-meta.h"
+#include "clutter-container.h"
#include "clutter-debug.h"
#include "clutter-enum-types.h"
#include "clutter-flow-layout.h"
diff --git a/clutter/clutter-interval.c b/clutter/clutter-interval.c
index 8370c33..22c12d7 100644
--- a/clutter/clutter-interval.c
+++ b/clutter/clutter-interval.c
@@ -62,8 +62,6 @@
#include "clutter-private.h"
#include "clutter-units.h"
-#include "deprecated/clutter-fixed.h"
-
enum
{
PROP_0,
diff --git a/clutter/clutter-layout-manager.c b/clutter/clutter-layout-manager.c
index 7710778..99c355f 100644
--- a/clutter/clutter-layout-manager.c
+++ b/clutter/clutter-layout-manager.c
@@ -160,10 +160,7 @@
#include <glib-object.h>
#include <gobject/gvaluecollector.h>
-#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
-#include "deprecated/clutter-container.h"
-#include "deprecated/clutter-alpha.h"
-
+#include "clutter-container.h"
#include "clutter-debug.h"
#include "clutter-layout-manager.h"
#include "clutter-layout-meta.h"
diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c
index 8361e4d..5c6244e 100644
--- a/clutter/clutter-stage.c
+++ b/clutter/clutter-stage.c
@@ -49,11 +49,7 @@
#include <math.h>
#include <cairo.h>
-#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
-
#include "clutter-stage.h"
-#include "deprecated/clutter-stage.h"
-#include "deprecated/clutter-container.h"
#include "clutter-actor-private.h"
#include "clutter-backend-private.h"
diff --git a/clutter/clutter-util.c b/clutter/clutter-util.c
index 0fc945d..4177312 100644
--- a/clutter/clutter-util.c
+++ b/clutter/clutter-util.c
@@ -43,8 +43,6 @@
#include "clutter-interval.h"
#include "clutter-private.h"
-#include "deprecated/clutter-util.h"
-
/*< private >
* _clutter_gettext:
* @str: a string to localize
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]