summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-04 22:47:30 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-04 22:47:30 +0100
commit5f4949b4f2b2319497cdf445985cb1d870394fb9 (patch)
tree2ab5efe11f413c5f58a3fd2c86c4c85ec0a5d9b5 /plugins/bluetooth.c
parenta4b1cedc2259acb78201d988a5f9483424386c42 (diff)
downloadconnman-5f4949b4f2b2319497cdf445985cb1d870394fb9.tar.gz
connman-5f4949b4f2b2319497cdf445985cb1d870394fb9.tar.bz2
connman-5f4949b4f2b2319497cdf445985cb1d870394fb9.zip
Remove unneeded enum connman_device_mode
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 5b818f6b..37f0a6ca 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -639,8 +639,6 @@ static void adapter_properties_reply(DBusPendingCall *call, void *user_data)
connman_device_set_ident(device, ident);
- connman_device_set_mode(device, CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE);
-
connman_device_set_string(device, "Path", path);
if (connman_device_register(device) < 0) {