From c5024a182d806a9c4e76e12f55317ca8640b1acd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 19 Dec 2019 15:21:44 -0800 Subject: [PATCH] Backed out debug code --- src/hidapi/SDL_hidapi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hidapi/SDL_hidapi.c b/src/hidapi/SDL_hidapi.c index c70119b99..a06c2cfd3 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;