[gcab] trivial: Remove no-longer-used compat code



commit bdcc5051b4628d837a89d29de3f5d3a1b3fc9ecf
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 12 15:47:33 2017 +0000

    trivial: Remove no-longer-used compat code
    
    Our version of GLib is new enough to not need this.

 Makefile.am                |    2 -
 docs/reference/Makefile.am |    1 -
 libgcab/gcab-priv.h        |    1 -
 libgcab/glib-compat.c      |  173 --------------------------------------------
 libgcab/glib-compat.h      |   77 --------------------
 libgcab/meson.build        |    1 -
 6 files changed, 0 insertions(+), 255 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 831b242..b84ca75 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,8 +46,6 @@ libgcab_1_0_la_SOURCES =                      \
        libgcab/cabinet.h                       \
        libgcab/decomp.c                        \
        libgcab/decomp.h                        \
-       libgcab/glib-compat.c                   \
-       libgcab/glib-compat.h                   \
        $(NULL)
 libgcab_1_0_la_CPPFLAGS =                              \
        $(AM_CPPFLAGS)                                  \
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index ed697a2..9d54a02 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -20,7 +20,6 @@ IGNORE_HFILES =                                       \
        cabinet.h                               \
        decomp.h                                \
        gcab-priv.h                             \
-       glib-compat.h                           \
        $(NULL)
 
 GTKDOC_CFLAGS =
diff --git a/libgcab/gcab-priv.h b/libgcab/gcab-priv.h
index 209b8d7..349735b 100644
--- a/libgcab/gcab-priv.h
+++ b/libgcab/gcab-priv.h
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "glib-compat.h"
 
 #include "cabinet.h"
 #include "gcab-file.h"
diff --git a/libgcab/meson.build b/libgcab/meson.build
index 2da074a..8fd5129 100644
--- a/libgcab/meson.build
+++ b/libgcab/meson.build
@@ -38,7 +38,6 @@ libgcab = shared_library(
     'gcab-file.c',
     'cabinet.c',
     'decomp.c',
-    'glib-compat.c',
   ],
   soversion : lt_current,
   version : lt_version,


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