mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove unused variable
This commit is contained in:
parent
b55c17e7c5
commit
cb848b9711
@ -1313,8 +1313,6 @@ unsigned menu_input_frame_retropad(retro_input_t input,
|
|||||||
|
|
||||||
if (menu_input->keyboard.display)
|
if (menu_input->keyboard.display)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
|
|
||||||
if (trigger_input & (UINT64_C(1) << RETRO_DEVICE_ID_JOYPAD_DOWN))
|
if (trigger_input & (UINT64_C(1) << RETRO_DEVICE_ID_JOYPAD_DOWN))
|
||||||
{
|
{
|
||||||
if (ti_char > 32)
|
if (ti_char > 32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user