Commit c5024a182d806a9c4e76e12f55317ca8640b1acd

Sam Lantinga 2019-12-19T15:21:44

Backed out debug code

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/hidapi/SDL_hidapi.c b/src/hidapi/SDL_hidapi.c
index c70119b..a06c2cf 100644
--- a/src/hidapi/SDL_hidapi.c
+++ b/src/hidapi/SDL_hidapi.c
@@ -66,7 +66,6 @@
 #if __LINUX__
 
 #include "../../core/linux/SDL_udev.h"
-#undef SDL_USE_LIBUDEV
 #if SDL_USE_LIBUDEV
 static const SDL_UDEV_Symbols *udev_ctx = NULL;