[cogl/wip/wl-list] Remove the BSD embedded list implementation



commit b5f54fafb38a00fcdfdcc09c88b8acaa815a7613
Author: Neil Roberts <neil linux intel com>
Date:   Sun Jun 9 11:21:27 2013 +0100

    Remove the BSD embedded list implementation
    
    Nothing is using this anymore so we can drop it.

 cogl/Makefile.am                |    1 -
 cogl/cogl-queue.h               |  647 ---------------------------------------
 doc/reference/cogl2/Makefile.am |    1 -
 3 files changed, 0 insertions(+), 649 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 11820dc..0c470f0 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -375,7 +375,6 @@ cogl_sources_c = \
        $(srcdir)/cogl-point-in-poly-private.h          \
        $(srcdir)/cogl-point-in-poly.c                  \
        $(srcdir)/cogl-clutter.c                        \
-       $(srcdir)/cogl-queue.h                          \
        $(srcdir)/cogl-list.c                           \
        $(srcdir)/cogl-list.h                           \
        $(srcdir)/winsys/cogl-winsys-stub-private.h     \
diff --git a/doc/reference/cogl2/Makefile.am b/doc/reference/cogl2/Makefile.am
index e4556c3..9424c51 100644
--- a/doc/reference/cogl2/Makefile.am
+++ b/doc/reference/cogl2/Makefile.am
@@ -78,7 +78,6 @@ IGNORE_HFILES=\
        cogl-gl-header.h                        \
        cogl-glsl-shader-boilerplate.h          \
        cogl-profile.h                          \
-       cogl-queue.h                            \
        cogl-rectangle-map.h                    \
        cogl-spans.h                            \
        cogl-texture-driver.h                   \


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