wifi was the only one using it, and this is replaced by the combination of
bgscan and autoscan
---
 include/device.h |    2 --
 src/device.c     |    5 -----
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/include/device.h b/include/device.h
index 54beb65..c4d9b6e 100644
--- a/include/device.h
+++ b/include/device.h
@@ -101,8 +101,6 @@ int connman_device_remove_network(struct connman_device 
*device,
                                        struct connman_network *network);
 void connman_device_remove_all_networks(struct connman_device *device);
 
-void connman_device_schedule_scan(struct connman_device *device);
-
 int connman_device_register(struct connman_device *device);
 void connman_device_unregister(struct connman_device *device);
 
diff --git a/src/device.c b/src/device.c
index e7568f6..3574a7c 100644
--- a/src/device.c
+++ b/src/device.c
@@ -137,11 +137,6 @@ static void force_scan_trigger(struct connman_device 
*device)
                                        device_scan_trigger, device);
 }
 
-void connman_device_schedule_scan(struct connman_device *device)
-{
-       reset_scan_trigger(device);
-}
-
 static const char *type2description(enum connman_device_type type)
 {
        switch (type) {
-- 
1.7.8.5

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to