Use cmd_find_clear_state instead of an extra function doing the same.

This commit is contained in:
nicm
2015-12-14 23:30:58 +00:00
parent a585a1b81a
commit d5999f8b5c
3 changed files with 6 additions and 20 deletions

View File

@ -50,9 +50,6 @@ int cmd_find_get_pane(struct cmd_find_state *, const char *);
int cmd_find_get_pane_with_session(struct cmd_find_state *, const char *);
int cmd_find_get_pane_with_window(struct cmd_find_state *, const char *);
void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *, int);
void cmd_find_log_state(const char *, struct cmd_find_state *);
const char *cmd_find_session_table[][2] = {
{ NULL, NULL }
};