From 9fdc6cf307b50df62c074352b62892758f599a00 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 10 Mar 2020 18:34:33 -0700 Subject: [PATCH] Removed Xbox HIDAPI debug code --- src/joystick/hidapi/SDL_hidapi_xboxone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_xboxone.c b/src/joystick/hidapi/SDL_hidapi_xboxone.c index 3a5ed85178462..59dd358f2f300 100644 --- a/src/joystick/hidapi/SDL_hidapi_xboxone.c +++ b/src/joystick/hidapi/SDL_hidapi_xboxone.c @@ -124,7 +124,6 @@ typedef struct { } SDL_DriverXboxOne_Context; -#define DEBUG_XBOX_PROTOCOL #ifdef DEBUG_XBOX_PROTOCOL static void DumpPacket(const char *prefix, Uint8 *data, int size)