Skip to content

Commit

Permalink
Remove unused function input_driver_unset_flushing_input
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 7, 2016
1 parent dc75494 commit 04a3c3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions input/input_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions input/input_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 04a3c3f

Please sign in to comment.