diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-03 17:57:59 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-03 17:57:59 +0100 |
commit | 81afa6cbc63a929cfbe52798086e61e4796dab66 (patch) | |
tree | ec2d6914ace7c5f123194e3d2312c8490765da82 /include/device.h | |
parent | 40c82bb436829832c0bef40aed6449d296f90dfb (diff) | |
download | connman-81afa6cbc63a929cfbe52798086e61e4796dab66.tar.gz connman-81afa6cbc63a929cfbe52798086e61e4796dab66.tar.bz2 connman-81afa6cbc63a929cfbe52798086e61e4796dab66.zip |
device: Remove connman_device_set_connected from device.h
The routine is not even implemented.
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/device.h b/include/device.h index 5cb34d74..a82d08db 100644 --- a/include/device.h +++ b/include/device.h @@ -77,8 +77,6 @@ void connman_device_reset_scanning(struct connman_device *device); int connman_device_set_disconnected(struct connman_device *device, connman_bool_t disconnected); connman_bool_t connman_device_get_disconnected(struct connman_device *device); -int connman_device_set_connected(struct connman_device *device, - connman_bool_t connected); int connman_device_set_string(struct connman_device *device, const char *key, const char *value); |