From bebc48677420472d708c55376eba372c395fdb49 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 1 Mar 2020 17:53:30 -0800 Subject: [PATCH] We already have a hidapi implementation for Windows, we don't need libusb --- src/hidapi/SDL_hidapi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/hidapi/SDL_hidapi.c b/src/hidapi/SDL_hidapi.c index 247de2ebc8ab7..ca9845fdbd17b 100644 --- a/src/hidapi/SDL_hidapi.c +++ b/src/hidapi/SDL_hidapi.c @@ -129,12 +129,6 @@ static const SDL_UDEV_Symbols *udev_ctx = NULL; #undef make_path #undef read_thread -#ifndef SDL_LIBUSB_DYNAMIC -#if __WINDOWS__ -#define SDL_LIBUSB_DYNAMIC "libusb-1.0.dll" -#endif /* __WINDOWS__ */ -#endif /* SDL_LIBUSB_DYNAMIC */ - #ifdef SDL_LIBUSB_DYNAMIC /* libusb HIDAPI Implementation */