mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
API: remove unused libusb_hotplug_callback struct
The structure libusb_hotplug_callback was declared (but not defined) and never used in the public API.
This commit is contained in:
committed by
Ludovic Rousseau
parent
8c4f86b9f5
commit
e82c9b2b46
@@ -900,7 +900,6 @@ struct libusb_control_setup {
|
||||
struct libusb_context;
|
||||
struct libusb_device;
|
||||
struct libusb_device_handle;
|
||||
struct libusb_hotplug_callback;
|
||||
|
||||
/** \ingroup lib
|
||||
* Structure providing the version of the libusb runtime
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10926
|
||||
#define LIBUSB_NANO 10927
|
||||
|
||||
Reference in New Issue
Block a user