summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/element.h b/include/element.h
index 48e46f20..f5d2d56f 100644
--- a/include/element.h
+++ b/include/element.h
@@ -151,9 +151,6 @@ extern void connman_element_update(struct connman_element *element);
extern int connman_element_set_enabled(struct connman_element *element,
gboolean enabled);
-extern int connman_element_set_enabled(struct connman_element *element,
- gboolean enabled);
-
static inline void *connman_element_get_data(struct connman_element *element)
{
return element->driver_data;