summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:30:52 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:30:52 +0100
commitc90bc95e4a15388be52e0240799238fa9d9c3bf5 (patch)
tree8dd7ebf72be7da8704d3fdaeec075caedc859cce /include
parent638b640f4bf4b731e0765d36b89682e428fb7a13 (diff)
downloadconnman-c90bc95e4a15388be52e0240799238fa9d9c3bf5.tar.gz
connman-c90bc95e4a15388be52e0240799238fa9d9c3bf5.tar.bz2
connman-c90bc95e4a15388be52e0240799238fa9d9c3bf5.zip
All policy is now part of devices and networks
Diffstat (limited to 'include')
-rw-r--r--include/element.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/element.h b/include/element.h
index 6a3f98fb..5d126538 100644
--- a/include/element.h
+++ b/include/element.h
@@ -38,13 +38,6 @@ extern "C" {
* @short_description: Functions for handling elements
*/
-enum connman_element_policy {
- CONNMAN_ELEMENT_POLICY_UNKNOWN = 0,
- CONNMAN_ELEMENT_POLICY_IGNORE = 1,
- CONNMAN_ELEMENT_POLICY_AUTO = 2,
- CONNMAN_ELEMENT_POLICY_ASK = 3,
-};
-
enum connman_element_type {
CONNMAN_ELEMENT_TYPE_UNKNOWN = 0,
CONNMAN_ELEMENT_TYPE_ROOT = 1,
@@ -70,7 +63,6 @@ struct connman_element {
gchar *name;
gchar *path;
enum connman_element_type type;
- enum connman_element_policy policy;
gboolean enabled;
guint16 priority;
guint8 strength;