summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/element.h b/include/element.h
index 7f96de29..05a51d59 100644
--- a/include/element.h
+++ b/include/element.h
@@ -89,14 +89,6 @@ struct connman_element {
gchar *hostname;
gchar *domainname;
-
- struct {
- enum connman_ipconfig_method method;
- gchar *address;
- int prefix_len;
- gchar *gateway;
- gchar *network;
- } ipv6;
};
struct connman_element *connman_element_create(const char *name);