From c9037fde1c6fd1e32988951384d2a224591867f1 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 18 Jan 2018 07:10:53 +0000 Subject: Remove unused hooks_run function, from Thomas Adam. --- tmux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 71fadb08..b8fc0e66 100644 --- a/tmux.h +++ b/tmux.h @@ -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 *, ...); -- cgit