summaryrefslogtreecommitdiff
path: root/src/element.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/element.c')
-rw-r--r--src/element.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/element.c b/src/element.c
index 81f5eafa..dca26eaf 100644
--- a/src/element.c
+++ b/src/element.c
@@ -1425,7 +1425,6 @@ void __connman_element_start(void)
__connman_connection_init();
__connman_ipv4_init();
- __connman_detect_init();
__connman_rfkill_init();
}
@@ -1434,7 +1433,6 @@ void __connman_element_stop(void)
DBG("");
__connman_rfkill_cleanup();
- __connman_detect_cleanup();
__connman_ipv4_cleanup();
__connman_connection_cleanup();
}