Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused variable
  • Loading branch information
slouken committed Jan 18, 2017
1 parent b0c5cee commit f354024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/windows/SDL_dinputjoystick.c
Expand Up @@ -363,7 +363,6 @@ EnumJoysticksCallback(const DIDEVICEINSTANCE * pdidInstance, VOID * pContext)
};
#undef MAKE_TABLE_ENTRY
unsigned int i;
SDL_bool should_ignore = SDL_FALSE;

for (i = 0; i < SDL_arraysize(ignored_devices); ++i) {
if (pdidInstance->guidProduct.Data1 == ignored_devices[i]) {
Expand Down

0 comments on commit f354024

Please sign in to comment.