From e82c9b2b46828ef590a66ab5a8aa629ddfacbfe2 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 16 Dec 2014 21:17:16 +0100 Subject: [PATCH] API: remove unused libusb_hotplug_callback struct The structure libusb_hotplug_callback was declared (but not defined) and never used in the public API. --- libusb/libusb.h | 1 - libusb/version_nano.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.7.4