summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2015-03-01 00:51:07 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2015-03-01 00:51:07 -0800
commit998e83a1cddd8f5ef873454f412cac676ccbd3d9 (patch)
treef4811408ade212f8a7eb01f2b9c56a8bc5a87f27
parent1c8d03070119157ef2cf422338fb2c5e52586149 (diff)
downloadlibusb-998e83a1cddd8f5ef873454f412cac676ccbd3d9.tar.gz
Misc: Remove comment that no longer makes sense
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--libusb/libusb.h3
-rw-r--r--libusb/version_nano.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index f93d803..0bb8e4c 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -138,9 +138,6 @@ typedef unsigned __int32 uint32_t;
* #endif
* \endcode
*
- * Another feature of LIBUSB_API_VERSION is that it can be used to detect
- * whether you are compiling against the libusb or the libusb library.
- *
* Internally, LIBUSB_API_VERSION is defined as follows:
* (libusb major << 24) | (libusb minor << 16) | (16 bit incremental)
*/
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index bca840c..1d33305 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10963
+#define LIBUSB_NANO 10964