lib: Remove fprint_get_drivers() from drivers API
Drivers don't need to get a list of drivers.
This commit is contained in:
parent
2e035a7f45
commit
00637c4f0b
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ enum fp_dev_state {
|
||||||
DEV_STATE_CAPTURE_STOPPING,
|
DEV_STATE_CAPTURE_STOPPING,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fp_driver **fprint_get_drivers (void);
|
|
||||||
|
|
||||||
struct fp_dev {
|
struct fp_dev {
|
||||||
struct fp_driver *drv;
|
struct fp_driver *drv;
|
||||||
libusb_device_handle *udev;
|
libusb_device_handle *udev;
|
||||||
|
|
Loading…
Reference in a new issue