From 3d942ccc15b2b2ee34b20dcbf2b39d9c4d75bee3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 8 Apr 2020 09:02:02 -0700 Subject: [PATCH] Removed debug code --- test/testgamecontroller.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/testgamecontroller.c b/test/testgamecontroller.c index e23dedc13..9fd5eb504 100644 --- a/test/testgamecontroller.c +++ b/test/testgamecontroller.c @@ -261,8 +261,6 @@ main(int argc, char *argv[]) /* Enable standard application logging */ SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO); - SDL_SetHint( SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1" ); - /* Initialize SDL (Note: video is required to start event loop) */ if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER ) < 0) { SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't initialize SDL: %s\n", SDL_GetError());