Updated connman to version 1.35
[platform/upstream/connman.git] / include / device.h
index dafdca2..36b2f55 100755 (executable)
@@ -85,10 +85,6 @@ int connman_device_set_scanning(struct connman_device *device,
 bool connman_device_get_scanning(struct connman_device *device);
 void connman_device_reset_scanning(struct connman_device *device);
 
-int connman_device_set_disconnected(struct connman_device *device,
-                                               bool disconnected);
-bool connman_device_get_disconnected(struct connman_device *device);
-
 int connman_device_set_string(struct connman_device *device,
                                        const char *key, const char *value);
 const char *connman_device_get_string(struct connman_device *device,