mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Simplify
This commit is contained in:
parent
864a93def9
commit
7ab628f655
@ -283,10 +283,7 @@ bool menu_input_ctl(enum menu_input_ctl_state state, void *data)
|
||||
}
|
||||
return true;
|
||||
case MENU_INPUT_CTL_UNSET_KEYBOARD_LABEL:
|
||||
{
|
||||
const char *ptr = (const char*)data;
|
||||
menu_input->keyboard.label = NULL;
|
||||
}
|
||||
menu_input->keyboard.label = NULL;
|
||||
return true;
|
||||
case MENU_INPUT_CTL_KEYBOARD_LABEL_SETTING:
|
||||
{
|
||||
@ -301,10 +298,7 @@ bool menu_input_ctl(enum menu_input_ctl_state state, void *data)
|
||||
}
|
||||
return true;
|
||||
case MENU_INPUT_CTL_UNSET_KEYBOARD_LABEL_SETTING:
|
||||
{
|
||||
const char *ptr = (const char*)data;
|
||||
menu_input->keyboard.label_setting = NULL;
|
||||
}
|
||||
menu_input->keyboard.label_setting = NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user