summaryrefslogtreecommitdiff
blob: 870fc6093e36fa63ff7abd65bdb22ff2fee24206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
http://bugs.gentoo.org/423135
http://sourceforge.net/apps/trac/libusbx/ticket/31
http://github.com/libusbx/libusbx/commit/7ec94a45ed8155e7a1d4d5d75575099b09c78834

--- libusb/core.c
+++ libusb/core.c
@@ -32,12 +32,6 @@
 static libusb_context *ctx = NULL;
 static int usb_debug = 0;
 
-enum usbi_log_level {
-	LOG_LEVEL_DEBUG,
-	LOG_LEVEL_INFO,
-	LOG_LEVEL_WARNING,
-	LOG_LEVEL_ERROR,
-};
 
 #ifdef ENABLE_LOGGING
 #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)