diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 10:45:04 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 10:45:04 +0100 |
commit | d1d6d441ff9b794477b693543ba7579f1491de58 (patch) | |
tree | 137d7877880caea6dcae10b8b13213660ad3a3ca /include/device.h | |
parent | 927e474093840eb615c8b9c1a021c0c3200b5829 (diff) | |
download | connman-d1d6d441ff9b794477b693543ba7579f1491de58.tar.gz connman-d1d6d441ff9b794477b693543ba7579f1491de58.tar.bz2 connman-d1d6d441ff9b794477b693543ba7579f1491de58.zip |
Remove unused device specific connect/disconnect callbacks
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/device.h b/include/device.h index de2b2d61..9f126859 100644 --- a/include/device.h +++ b/include/device.h @@ -124,11 +124,7 @@ struct connman_device_driver { void (*remove) (struct connman_device *device); int (*enable) (struct connman_device *device); int (*disable) (struct connman_device *device); - int (*connect) (struct connman_device *device); - int (*disconnect) (struct connman_device *device); int (*scan) (struct connman_device *device); - int (*join) (struct connman_device *device, - struct connman_network *network); }; int connman_device_driver_register(struct connman_device_driver *driver); |