API: remove unused libusb_hotplug_callback struct
authorLudovic Rousseau <ludovic.rousseau@gmail.com>
Tue, 16 Dec 2014 20:17:16 +0000 (21:17 +0100)
committerLudovic Rousseau <rousseau@iMac-de-Ludovic.local>
Tue, 16 Dec 2014 20:26:10 +0000 (21:26 +0100)
The structure libusb_hotplug_callback was declared (but not defined) and
never used in the public API.

libusb/libusb.h
libusb/version_nano.h

index 79b255f..9285b1d 100644 (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
index 5f534d0..f038975 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10926
+#define LIBUSB_NANO 10927