From: Ludovic Rousseau Date: Tue, 16 Dec 2014 20:17:16 +0000 (+0100) Subject: API: remove unused libusb_hotplug_callback struct X-Git-Tag: upstream/1.0.21~229 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e82c9b2b46828ef590a66ab5a8aa629ddfacbfe2;p=platform%2Fupstream%2Flibusb.git API: remove unused libusb_hotplug_callback struct The structure libusb_hotplug_callback was declared (but not defined) and never used in the public API. --- diff --git a/libusb/libusb.h b/libusb/libusb.h index 79b255f..9285b1d 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 5f534d0..f038975 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10926 +#define LIBUSB_NANO 10927