[gcab/wip/hughsie/future: 5/18] trivial: Remove no-longer-used compat code
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcab/wip/hughsie/future: 5/18] trivial: Remove no-longer-used compat code
- Date: Wed, 13 Dec 2017 23:02:47 +0000 (UTC)
commit c52d1fb74aa6dc6b737c1d9b39567c401397c3f2
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 8df6b88..47d807e 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 d340824..6dbe616 100644
--- a/libgcab/meson.build
+++ b/libgcab/meson.build
@@ -33,7 +33,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]