summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-bt.c')
-rw-r--r--libnm/nm-device-bt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm/nm-device-bt.c b/libnm/nm-device-bt.c
index f41b7abd8c..0fcd28b9e8 100644
--- a/libnm/nm-device-bt.c
+++ b/libnm/nm-device-bt.c
@@ -28,7 +28,6 @@
#include "nm-utils.h"
#include "nm-device-bt.h"
-#include "nm-device-private.h"
#include "nm-object-private.h"
#include "nm-enum-types.h"
@@ -183,7 +182,6 @@ get_hw_address (NMDevice *device)
static void
nm_device_bt_init (NMDeviceBt *device)
{
- _nm_device_set_device_type (NM_DEVICE (device), NM_DEVICE_TYPE_BT);
}
static void
@@ -248,8 +246,6 @@ nm_device_bt_class_init (NMDeviceBtClass *bt_class)
g_type_class_add_private (bt_class, sizeof (NMDeviceBtPrivate));
- _nm_object_class_add_interface (nm_object_class, NM_DBUS_INTERFACE_DEVICE_BLUETOOTH);
-
/* virtual methods */
object_class->finalize = finalize;
object_class->get_property = get_property;