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 /include/device.h | |
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 'include/device.h')
-rw-r--r-- | include/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h index 24b852f6..f8bd84e7 100644 --- a/include/device.h +++ b/include/device.h @@ -62,7 +62,6 @@ void connman_device_set_index(struct connman_device *device, int index); int connman_device_get_index(struct connman_device *device); void connman_device_set_interface(struct connman_device *device, const char *interface, const char *control); -const char *connman_device_get_control(struct connman_device *device); void connman_device_set_ident(struct connman_device *device, const char *ident); |