[mutter] clutter: Remove ClutterCairoTexture



commit faad63adce856ce568b02fc61e882c46aa339a62
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Nov 12 18:55:55 2019 +0100

    clutter: Remove ClutterCairoTexture
    
    No longer used, and has been deprecated for very long, so remove it.
    
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/932

 clutter/clutter/clutter-deprecated.h               |    1 -
 clutter/clutter/deprecated/clutter-cairo-texture.c | 1163 --------------------
 clutter/clutter/deprecated/clutter-cairo-texture.h |  139 ---
 clutter/clutter/meson.build                        |    2 -
 4 files changed, 1305 deletions(-)
---
diff --git a/clutter/clutter/clutter-deprecated.h b/clutter/clutter/clutter-deprecated.h
index 96ea52db8..151cdec45 100644
--- a/clutter/clutter/clutter-deprecated.h
+++ b/clutter/clutter/clutter-deprecated.h
@@ -9,7 +9,6 @@
 #include "deprecated/clutter-animation.h"
 #include "deprecated/clutter-bin-layout.h"
 #include "deprecated/clutter-box.h"
-#include "deprecated/clutter-cairo-texture.h"
 #include "deprecated/clutter-container.h"
 #include "deprecated/clutter-group.h"
 #include "deprecated/clutter-keysyms.h"
diff --git a/clutter/clutter/meson.build b/clutter/clutter/meson.build
index 8a1f3b2bc..a2d2b1f88 100644
--- a/clutter/clutter/meson.build
+++ b/clutter/clutter/meson.build
@@ -224,7 +224,6 @@ clutter_deprecated_headers = [
   'deprecated/clutter-animation.h',
   'deprecated/clutter-bin-layout.h',
   'deprecated/clutter-box.h',
-  'deprecated/clutter-cairo-texture.h',
   'deprecated/clutter-container.h',
   'deprecated/clutter-group.h',
   'deprecated/clutter-keysyms.h',
@@ -241,7 +240,6 @@ clutter_deprecated_sources = [
   'deprecated/clutter-alpha.c',
   'deprecated/clutter-animation.c',
   'deprecated/clutter-box.c',
-  'deprecated/clutter-cairo-texture.c',
   'deprecated/clutter-group.c',
   'deprecated/clutter-rectangle.c',
   'deprecated/clutter-state.c',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]