summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-04 22:50:54 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-04 22:50:54 +0100
commitc865c773213ed9fa142a159f06c3657e6e157102 (patch)
tree91a0f4d3bbaafb7a48c461b946b3b13b1794056a /plugins/bluetooth.c
parent5f4949b4f2b2319497cdf445985cb1d870394fb9 (diff)
downloadconnman-c865c773213ed9fa142a159f06c3657e6e157102.tar.gz
connman-c865c773213ed9fa142a159f06c3657e6e157102.tar.bz2
connman-c865c773213ed9fa142a159f06c3657e6e157102.zip
Remove unneeded enum connman_network_protocol
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 37f0a6ca..bf89b98c 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -427,8 +427,6 @@ static void network_properties_reply(DBusPendingCall *call, void *user_data)
connman_network_set_string(network, "Path", path);
- connman_network_set_protocol(network, CONNMAN_NETWORK_PROTOCOL_IP);
-
connman_network_set_name(network, name);
connman_device_add_network(device, network);