diff --git a/test/testcontroller.c b/test/testcontroller.c index 74acff5f2d..8c360972da 100644 --- a/test/testcontroller.c +++ b/test/testcontroller.c @@ -967,8 +967,6 @@ static void HandleGamepadAdded(SDL_JoystickID id, SDL_bool verbose) int i; i = FindController(id); - - SDL_assert(i >= 0); if (i < 0) { return; }