mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Remove priv struct member in fp_driver
It's unused.
This commit is contained in:
@@ -93,8 +93,6 @@ struct fp_driver {
|
|||||||
enum fp_driver_type type;
|
enum fp_driver_type type;
|
||||||
enum fp_scan_type scan_type;
|
enum fp_scan_type scan_type;
|
||||||
|
|
||||||
void *priv;
|
|
||||||
|
|
||||||
/* Device operations */
|
/* Device operations */
|
||||||
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
||||||
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
||||||
|
|||||||
@@ -179,8 +179,6 @@ struct fp_driver {
|
|||||||
enum fp_driver_type type;
|
enum fp_driver_type type;
|
||||||
enum fp_scan_type scan_type;
|
enum fp_scan_type scan_type;
|
||||||
|
|
||||||
void *priv;
|
|
||||||
|
|
||||||
/* Device operations */
|
/* Device operations */
|
||||||
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
||||||
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user