summaryrefslogtreecommitdiff
path: root/libnm/nm-device-olpc-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-olpc-mesh.c')
-rw-r--r--libnm/nm-device-olpc-mesh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm/nm-device-olpc-mesh.c b/libnm/nm-device-olpc-mesh.c
index c69d0b3748..875f11a99c 100644
--- a/libnm/nm-device-olpc-mesh.c
+++ b/libnm/nm-device-olpc-mesh.c
@@ -26,7 +26,6 @@
#include "nm-setting-olpc-mesh.h"
#include "nm-device-olpc-mesh.h"
-#include "nm-device-private.h"
#include "nm-object-private.h"
#include "nm-device-wifi.h"
@@ -130,7 +129,6 @@ get_setting_type (NMDevice *device)
static void
nm_device_olpc_mesh_init (NMDeviceOlpcMesh *device)
{
- _nm_device_set_device_type (NM_DEVICE (device), NM_DEVICE_TYPE_OLPC_MESH);
}
static void
@@ -204,8 +202,6 @@ nm_device_olpc_mesh_class_init (NMDeviceOlpcMeshClass *olpc_mesh_class)
g_type_class_add_private (olpc_mesh_class, sizeof (NMDeviceOlpcMeshPrivate));
- _nm_object_class_add_interface (nm_object_class, NM_DBUS_INTERFACE_DEVICE_OLPC_MESH);
-
/* virtual methods */
object_class->dispose = dispose;
object_class->finalize = finalize;