Fixed unreachable return statement warning in gamecontroller source.
This commit is contained in:
parent
6917b0dbe5
commit
2d9c5027be
1 changed files with 0 additions and 2 deletions
|
@ -289,8 +289,6 @@ ControllerMapping_t *SDL_PrivateGetControllerMapping(int device_index)
|
|||
SDL_JoystickGUID jGUID = SDL_JoystickGetDeviceGUID( device_index );
|
||||
return SDL_PrivateGetControllerMappingForGUID(&jGUID);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static const char* map_StringForControllerAxis[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue