[mutter] cogl: Remove deprecated CoglTexture functions



commit 835ded3f02a013c07d97c3548afdda18beb7968c
Author: Jonas Ådahl <jadahl gmail com>
Date:   Wed Jun 15 18:43:03 2016 -0400

    cogl: Remove deprecated CoglTexture functions
    
    None were used; no reason to keep them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768977

 cogl/cogl/Makefile.am                          |    2 -
 cogl/cogl/cogl.h                               |    1 -
 cogl/cogl/deprecated/cogl-texture-deprecated.c |   85 -------------------
 cogl/cogl/deprecated/cogl-texture-deprecated.h |  107 ------------------------
 4 files changed, 0 insertions(+), 195 deletions(-)
---
diff --git a/cogl/cogl/Makefile.am b/cogl/cogl/Makefile.am
index 3f3856e..7c1eac4 100644
--- a/cogl/cogl/Makefile.am
+++ b/cogl/cogl/Makefile.am
@@ -55,7 +55,6 @@ cogl_deprecated_h = \
        deprecated/cogl-clutter.h               \
        deprecated/cogl-type-casts.h            \
        deprecated/cogl-framebuffer-deprecated.h \
-       deprecated/cogl-texture-deprecated.h    \
        deprecated/cogl-auto-texture.h  \
        $(NULL)
 
@@ -391,7 +390,6 @@ cogl_sources_c = \
        deprecated/cogl-shader.c                        \
        deprecated/cogl-clutter.c                       \
        deprecated/cogl-framebuffer-deprecated.c      \
-       deprecated/cogl-texture-deprecated.c            \
        $(NULL)
 
 cogl_experimental_h += cogl-glib-source.h
diff --git a/cogl/cogl/cogl.h b/cogl/cogl/cogl.h
index d71dd8a..5d8c4e2 100644
--- a/cogl/cogl/cogl.h
+++ b/cogl/cogl/cogl.h
@@ -83,7 +83,6 @@
 #include <cogl/deprecated/cogl-vertex-buffer.h>
 #include <cogl/deprecated/cogl-material-compat.h>
 #include <cogl/deprecated/cogl-shader.h>
-#include <cogl/deprecated/cogl-texture-deprecated.h>
 #endif
 
 /* It would be good to move these casts up into 1.x only api if we can


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