From 715f77598c22021e5cf1c1f0a19408aacf2f0ada Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 23 Apr 2012 11:22:20 +0300 Subject: device: Remove the scheduled scan method wifi was the only one using it, and this is replaced by the combination of bgscan and autoscan. --- include/device.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/device.h b/include/device.h index 54beb65d..c4d9b6eb 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); -- cgit v1.2.3