Remove unused __connman_detect_start function
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Oct 2010 12:31:58 +0000 (14:31 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Oct 2010 12:31:58 +0000 (14:31 +0200)
src/connman.h
src/detect.c
src/element.c

index 4e11678..02e488d 100644 (file)
@@ -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);
index 68a0287..ed5e8a8 100644 (file)
@@ -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;
index 18c73e8..74383cc 100644 (file)
@@ -1385,7 +1385,6 @@ void __connman_element_start(void)
        started = TRUE;
 
        __connman_rtnl_start();
-       __connman_detect_start();
 
        __connman_connection_init();
        __connman_ipv4_init();