mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Remove unused function input_driver_unset_flushing_input
This commit is contained in:
parent
dc7549434f
commit
04a3c3f15e
@ -959,11 +959,6 @@ void input_driver_set_flushing_input(void)
|
||||
input_driver_flushing_input = true;
|
||||
}
|
||||
|
||||
void input_driver_unset_flushing_input(void)
|
||||
{
|
||||
input_driver_flushing_input = false;
|
||||
}
|
||||
|
||||
bool input_driver_is_flushing_input(void)
|
||||
{
|
||||
return input_driver_flushing_input;
|
||||
|
@ -274,8 +274,6 @@ bool input_driver_find_driver(void);
|
||||
|
||||
void input_driver_set_flushing_input(void);
|
||||
|
||||
void input_driver_unset_flushing_input(void);
|
||||
|
||||
bool input_driver_is_flushing_input(void);
|
||||
|
||||
void input_driver_unset_hotkey_block(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user