[librest/wip/baedert/gtask: 11/25] Remove glib-compat.{c,h}



commit c8d43d49d569ad8754c0ad950faf570a18fad00e
Author: Timm Bäder <mail baedert org>
Date:   Fri Apr 22 14:12:55 2016 +0200

    Remove glib-compat.{c,h}

 rest/Makefile.am    |    2 -
 rest/glib-compat.c  |  105 ---------------------------------------------------
 rest/glib-compat.h  |   53 --------------------------
 rest/rest-private.h |    1 -
 4 files changed, 0 insertions(+), 161 deletions(-)
---
diff --git a/rest/Makefile.am b/rest/Makefile.am
index 18ae546..4df6ed4 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -3,8 +3,6 @@ CLEANFILES =
 # For some reason I can't use $(librest_ API_VERSION@_la_SOURCES) in
 # test_runner_SOURCES, so we have to do this
 lib_sources = \
-       glib-compat.h                   \
-       glib-compat.c                   \
        rest-param.c                    \
        rest-params.c                   \
        rest-proxy.c                    \
diff --git a/rest/rest-private.h b/rest/rest-private.h
index 606f98e..9e91fa0 100644
--- a/rest/rest-private.h
+++ b/rest/rest-private.h
@@ -28,7 +28,6 @@
 #include <rest/rest-proxy-call.h>
 #include <rest/rest-xml-node.h>
 #include <libsoup/soup.h>
-#include "glib-compat.h"
 
 G_BEGIN_DECLS
 


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