lib: Remove fprint_get_drivers() from drivers API

Drivers don't need to get a list of drivers.
This commit is contained in:
Bastien Nocera 2018-05-28 12:46:18 +02:00
parent 2e035a7f45
commit 00637c4f0b

View file

@ -71,8 +71,6 @@ enum fp_dev_state {
DEV_STATE_CAPTURE_STOPPING,
};
struct fp_driver **fprint_get_drivers (void);
struct fp_dev {
struct fp_driver *drv;
libusb_device_handle *udev;