summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connman.h1
-rw-r--r--src/detect.c5
-rw-r--r--src/element.c1
3 files changed, 0 insertions, 7 deletions
diff --git a/src/connman.h b/src/connman.h
index 4e116784..02e488d9 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -185,7 +185,6 @@ int __connman_element_disable_technology(enum connman_service_type type);
gboolean __connman_element_device_isfiltered(const char *devname);
int __connman_detect_init(void);
-void __connman_detect_start(void);
void __connman_detect_cleanup(void);
connman_bool_t __connman_detect_get_blocked(int phyindex);
diff --git a/src/detect.c b/src/detect.c
index 68a02873..ed5e8a8f 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -118,11 +118,6 @@ int __connman_detect_init(void)
return connman_rtnl_register(&detect_rtnl);
}
-void __connman_detect_start(void)
-{
- DBG("");
-}
-
void __connman_detect_cleanup(void)
{
GSList *list;
diff --git a/src/element.c b/src/element.c
index 18c73e87..74383cc5 100644
--- a/src/element.c
+++ b/src/element.c
@@ -1385,7 +1385,6 @@ void __connman_element_start(void)
started = TRUE;
__connman_rtnl_start();
- __connman_detect_start();
__connman_connection_init();
__connman_ipv4_init();