summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:15:49 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:15:49 +0100
commitb82e58f259baa6e29978cef56cb3e1fad1e4d34c (patch)
treea3079a3139f2a72e788c3a7f8980791a84d37e39 /include
parent60405b19bed81ddc51f14e489943d3917199a9de (diff)
downloadconnman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.tar.gz
connman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.tar.bz2
connman-b82e58f259baa6e29978cef56cb3e1fad1e4d34c.zip
Remove unused connman_device_get_control function
Diffstat (limited to 'include')
-rw-r--r--include/device.h1
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);