diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-06 20:15:49 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-06 20:15:49 +0100 |
commit | b82e58f259baa6e29978cef56cb3e1fad1e4d34c (patch) | |
tree | a3079a3139f2a72e788c3a7f8980791a84d37e39 /src | |
parent | 60405b19bed81ddc51f14e489943d3917199a9de (diff) | |
download | connman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.tar.gz connman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.tar.bz2 connman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.zip |
Remove unused connman_device_get_control function
Diffstat (limited to 'src')
-rw-r--r-- | src/device.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/device.c b/src/device.c index 045caf3f..29129177 100644 --- a/src/device.c +++ b/src/device.c @@ -599,11 +599,6 @@ void connman_device_set_interface(struct connman_device *device, } } -const char *connman_device_get_control(struct connman_device *device) -{ - return device->control; -} - /** * connman_device_set_ident: * @device: device structure |