aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-12 15:26:37 +0000
committernicm <nicm>2016-10-12 15:26:37 +0000
commit40253048ca6d6ecf45be24a76220d6012aca9818 (patch)
tree2269de994ebcac5caad2354672b96eed5b47674d /tmux.h
parentc484c5a2a1b6c8261564b2959866e2cfa061ca99 (diff)
downloadrtmux-40253048ca6d6ecf45be24a76220d6012aca9818.tar.gz
rtmux-40253048ca6d6ecf45be24a76220d6012aca9818.tar.bz2
rtmux-40253048ca6d6ecf45be24a76220d6012aca9818.zip
bind-key -c has gone, remove from man page, and unused table declarations.
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 c4c33622..4097052e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1559,9 +1559,7 @@ int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *,
struct cmd_find_state *, const char *, ...);
/* mode-key.c */
-extern struct mode_key_tree mode_key_tree_vi_edit;
extern struct mode_key_tree mode_key_tree_vi_choice;
-extern struct mode_key_tree mode_key_tree_emacs_edit;
extern struct mode_key_tree mode_key_tree_emacs_choice;
int mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);
RB_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);