mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Removed unused variable
This commit is contained in:
parent
9fa40e721d
commit
9ac97dd412
|
|
@ -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]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user