Remove unused hooks_run function, from Thomas Adam.

This commit is contained in:
nicm
2018-01-18 07:10:53 +00:00
parent 75842bfe66
commit c9037fde1c
2 changed files with 0 additions and 29 deletions

2
tmux.h
View File

@ -1581,8 +1581,6 @@ void hooks_add(struct hooks *, const char *, struct cmd_list *);
void hooks_copy(struct hooks *, struct hooks *);
void hooks_remove(struct hooks *, const char *);
struct hook *hooks_find(struct hooks *, const char *);
void printflike(4, 5) hooks_run(struct hooks *, struct client *,
struct cmd_find_state *, const char *, ...);
void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);