[network-manager-applet: 2/8] utils: drop unneeded "nm-glib-compat.h"



commit 33c593724dad6362a64a94e4495eca3fde683a8f
Author: Thomas Haller <thaller redhat com>
Date:   Wed Feb 24 00:43:40 2016 +0100

    utils: drop unneeded "nm-glib-compat.h"
    
    "src/utils/nm-glib-compat.h" contains mostly un-deprechated
    versions of g_value_array related functions. These are no longer
    needed. Other then that, it contains a few macros that are already
    provided via the shared macros.

 src/connection-editor/page-general.c |    1 -
 src/connection-editor/page-ip4.c     |    1 -
 src/connection-editor/page-ip6.c     |    1 -
 src/connection-editor/page-ppp.c     |    1 -
 src/connection-editor/page-vpn.c     |    1 -
 src/utils/Makefile.am                |    1 -
 src/utils/nm-glib-compat.h           |  156 ----------------------------------
 7 files changed, 0 insertions(+), 162 deletions(-)
---
diff --git a/src/connection-editor/page-general.c b/src/connection-editor/page-general.c
index a94cf80..23fa0c2 100644
--- a/src/connection-editor/page-general.c
+++ b/src/connection-editor/page-general.c
@@ -26,7 +26,6 @@
 #include <glib/gi18n.h>
 
 #include "page-general.h"
-#include "nm-glib-compat.h"
 
 G_DEFINE_TYPE (CEPageGeneral, ce_page_general, CE_TYPE_PAGE)
 
diff --git a/src/connection-editor/page-ip4.c b/src/connection-editor/page-ip4.c
index dc7097d..0b8644e 100644
--- a/src/connection-editor/page-ip4.c
+++ b/src/connection-editor/page-ip4.c
@@ -38,7 +38,6 @@
 #include "page-ip4.h"
 #include "ip4-routes-dialog.h"
 #include "connection-helpers.h"
-#include "nm-glib-compat.h"
 
 G_DEFINE_TYPE (CEPageIP4, ce_page_ip4, CE_TYPE_PAGE)
 
diff --git a/src/connection-editor/page-ip6.c b/src/connection-editor/page-ip6.c
index de6283d..e9dae0a 100644
--- a/src/connection-editor/page-ip6.c
+++ b/src/connection-editor/page-ip6.c
@@ -37,7 +37,6 @@
 
 #include "page-ip6.h"
 #include "ip6-routes-dialog.h"
-#include "nm-glib-compat.h"
 
 G_DEFINE_TYPE (CEPageIP6, ce_page_ip6, CE_TYPE_PAGE)
 
diff --git a/src/connection-editor/page-ppp.c b/src/connection-editor/page-ppp.c
index 60f413e..d670995 100644
--- a/src/connection-editor/page-ppp.c
+++ b/src/connection-editor/page-ppp.c
@@ -32,7 +32,6 @@
 #include "page-ppp.h"
 #include "ppp-auth-methods-dialog.h"
 #include "nm-connection-editor.h"
-#include "nm-glib-compat.h"
 
 G_DEFINE_TYPE (CEPagePpp, ce_page_ppp, CE_TYPE_PAGE)
 
diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c
index 78593f8..6aab2fe 100644
--- a/src/connection-editor/page-vpn.c
+++ b/src/connection-editor/page-vpn.c
@@ -33,7 +33,6 @@
 #include "connection-helpers.h"
 #include "nm-connection-editor.h"
 #include "vpn-helpers.h"
-#include "nm-glib-compat.h"
 
 G_DEFINE_TYPE (CEPageVpn, ce_page_vpn, CE_TYPE_PAGE)
 
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 0f7b4ca..47c360c 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -5,7 +5,6 @@ noinst_LTLIBRARIES = \
        libutils-libnm.la
 
 libutils_libnm_glib_la_SOURCES = \
-       nm-glib-compat.h \
        utils.c \
        utils.h
 


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