Skip to content

Commit

Permalink
Removed useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 7, 2014
1 parent fc4e798 commit a2d5dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/windows/SDL_xinputjoystick.c
Expand Up @@ -196,7 +196,6 @@ SDL_XINPUT_JoystickOpen(SDL_Joystick * joystick, JoyStick_DeviceData *joystickde
SDL_assert(s_bXInputEnabled);
SDL_assert(XINPUTGETCAPABILITIES);
SDL_assert(XINPUTSETSTATE);
SDL_assert(userId >= 0);
SDL_assert(userId < XUSER_MAX_COUNT);

joystick->hwdata->bXInputDevice = SDL_TRUE;
Expand Down

0 comments on commit a2d5dd0

Please sign in to comment.