aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-01-18 07:10:53 +0000
committernicm <nicm>2018-01-18 07:10:53 +0000
commitc9037fde1c6fd1e32988951384d2a224591867f1 (patch)
tree112347334918eb40f89bdc05c4c16184e101f6ac /tmux.h
parent75842bfe66d983580dddf11b676445d5b9fa9f8a (diff)
downloadrtmux-c9037fde1c6fd1e32988951384d2a224591867f1.tar.gz
rtmux-c9037fde1c6fd1e32988951384d2a224591867f1.tar.bz2
rtmux-c9037fde1c6fd1e32988951384d2a224591867f1.zip
Remove unused hooks_run function, from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
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 *, ...);