mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Remove unused input_driver_unset_hotkey_block
This commit is contained in:
parent
ecbfc7fd8a
commit
b7ea2306af
@ -959,11 +959,6 @@ void input_driver_set_hotkey_block(void)
|
||||
input_driver_block_hotkey = true;
|
||||
}
|
||||
|
||||
void input_driver_unset_hotkey_block(void)
|
||||
{
|
||||
input_driver_block_hotkey = false;
|
||||
}
|
||||
|
||||
bool input_driver_is_hotkey_blocked(void)
|
||||
{
|
||||
return input_driver_block_hotkey;
|
||||
|
@ -294,8 +294,6 @@ bool input_driver_is_flushing_input(void);
|
||||
|
||||
void input_driver_set_hotkey_block(void);
|
||||
|
||||
void input_driver_unset_hotkey_block(void);
|
||||
|
||||
bool input_driver_is_hotkey_blocked(void);
|
||||
|
||||
void input_driver_set_libretro_input_blocked(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user