diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-04 22:47:30 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-04 22:47:30 +0100 |
commit | 5f4949b4f2b2319497cdf445985cb1d870394fb9 (patch) | |
tree | 2ab5efe11f413c5f58a3fd2c86c4c85ec0a5d9b5 /include/device.h | |
parent | a4b1cedc2259acb78201d988a5f9483424386c42 (diff) | |
download | connman-5f4949b4f2b2319497cdf445985cb1d870394fb9.tar.gz connman-5f4949b4f2b2319497cdf445985cb1d870394fb9.tar.bz2 connman-5f4949b4f2b2319497cdf445985cb1d870394fb9.zip |
Remove unneeded enum connman_device_mode
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/device.h b/include/device.h index f80969b4..4fdc7ed3 100644 --- a/include/device.h +++ b/include/device.h @@ -46,12 +46,6 @@ enum connman_device_type { CONNMAN_DEVICE_TYPE_VENDOR = 10000, }; -enum connman_device_mode { - CONNMAN_DEVICE_MODE_UNKNOWN = 0, - CONNMAN_DEVICE_MODE_NETWORK_SINGLE = 1, - CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE = 2, -}; - #define CONNMAN_DEVICE_PRIORITY_LOW -100 #define CONNMAN_DEVICE_PRIORITY_DEFAULT 0 #define CONNMAN_DEVICE_PRIORITY_HIGH 100 @@ -76,10 +70,6 @@ void connman_device_set_ident(struct connman_device *device, const char *ident); const char *connman_device_get_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); - int connman_device_set_powered(struct connman_device *device, connman_bool_t powered); int connman_device_set_scanning(struct connman_device *device, |