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:
Ludovic Rousseau
2014-12-16 21:17:16 +01:00
committed by Ludovic Rousseau
parent 8c4f86b9f5
commit e82c9b2b46
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -1 +1 @@
#define LIBUSB_NANO 10926
#define LIBUSB_NANO 10927