mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Removed unused variable
This commit is contained in:
parent
b0c5ceef7d
commit
f354024266
@ -363,7 +363,6 @@ EnumJoysticksCallback(const DIDEVICEINSTANCE * pdidInstance, VOID * pContext)
|
|||||||
};
|
};
|
||||||
#undef MAKE_TABLE_ENTRY
|
#undef MAKE_TABLE_ENTRY
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
SDL_bool should_ignore = SDL_FALSE;
|
|
||||||
|
|
||||||
for (i = 0; i < SDL_arraysize(ignored_devices); ++i) {
|
for (i = 0; i < SDL_arraysize(ignored_devices); ++i) {
|
||||||
if (pdidInstance->guidProduct.Data1 == ignored_devices[i]) {
|
if (pdidInstance->guidProduct.Data1 == ignored_devices[i]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user