summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-access-point.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-01-09 11:15:59 -0500
committerDan Williams <dcbw@redhat.com>2012-02-02 12:30:44 -0600
commit8ad3ff24ad2e2e2879cd1694be89f939791db1bb (patch)
tree8a439d16b0aef3e14f528a071bafdaf2d00eeb67 /libnm-glib/nm-access-point.c
parentba4731dafdeff746add3746c919fef835371a9e0 (diff)
downloadNetworkManager-8ad3ff24ad2e2e2879cd1694be89f939791db1bb.tar.gz
libnm-glib: don't use client-side generated dbus-glib bindings
Most of the code was using dbus_g_proxy_call() directly, but there were some leftover uses of the generated bindings. Make things more consistent by using dbus_g_proxy_call() everywhere, and stop building the -bindings.h files.
Diffstat (limited to 'libnm-glib/nm-access-point.c')
-rw-r--r--libnm-glib/nm-access-point.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-glib/nm-access-point.c b/libnm-glib/nm-access-point.c
index 7e342e6de8..16320591ed 100644
--- a/libnm-glib/nm-access-point.c
+++ b/libnm-glib/nm-access-point.c
@@ -36,8 +36,6 @@
#include "nm-types-private.h"
#include "nm-object-private.h"
-#include "nm-access-point-bindings.h"
-
G_DEFINE_TYPE (NMAccessPoint, nm_access_point, NM_TYPE_OBJECT)
#define NM_ACCESS_POINT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_ACCESS_POINT, NMAccessPointPrivate))