summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-07 09:09:11 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-07 09:09:11 +0100
commitcca49d38b4ec29a42821697a8c6b4c3e953c11f3 (patch)
tree855a81af51d0f237176c86987fbd51d3fc04b737 /include/device.h
parent617220b9b366637aa0377e20cd0b4929988fedeb (diff)
downloadconnman-cca49d38b4ec29a42821697a8c6b4c3e953c11f3.tar.gz
connman-cca49d38b4ec29a42821697a8c6b4c3e953c11f3.tar.bz2
connman-cca49d38b4ec29a42821697a8c6b4c3e953c11f3.zip
Remove unused secondary feature of devices and networks
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/device.h b/include/device.h
index 44744486..29949e80 100644
--- a/include/device.h
+++ b/include/device.h
@@ -76,9 +76,6 @@ void connman_device_set_ident(struct connman_device *device,
void connman_device_set_mode(struct connman_device *device,
enum connman_device_mode mode);
enum connman_device_mode connman_device_get_mode(struct connman_device *device);
-void connman_device_set_secondary(struct connman_device *device,
- connman_bool_t secondary);
-connman_bool_t connman_device_get_secondary(struct connman_device *device);
int connman_device_set_powered(struct connman_device *device,
connman_bool_t powered);