diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-04 22:47:30 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-04 22:47:30 +0100 |
commit | 5f4949b4f2b2319497cdf445985cb1d870394fb9 (patch) | |
tree | 2ab5efe11f413c5f58a3fd2c86c4c85ec0a5d9b5 /plugins/bluetooth.c | |
parent | a4b1cedc2259acb78201d988a5f9483424386c42 (diff) | |
download | connman-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.c | 2 |
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) { |