Browse Source

Removed Xbox HIDAPI debug code

Sam Lantinga 6 years ago
parent
commit
9fdc6cf307
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/joystick/hidapi/SDL_hidapi_xboxone.c

+ 0 - 1
src/joystick/hidapi/SDL_hidapi_xboxone.c

@@ -124,7 +124,6 @@ typedef struct {
 } SDL_DriverXboxOne_Context;
 } SDL_DriverXboxOne_Context;
 
 
 
 
-#define DEBUG_XBOX_PROTOCOL
 #ifdef DEBUG_XBOX_PROTOCOL
 #ifdef DEBUG_XBOX_PROTOCOL
 static void
 static void
 DumpPacket(const char *prefix, Uint8 *data, int size)
 DumpPacket(const char *prefix, Uint8 *data, int size)