Now that cmdlists are reference counted, there is no need for two-step

deletion via the dead_key_bindings tree. From Keith Amling.
This commit is contained in:
nicm
2014-05-14 06:21:19 +00:00
parent b2e791b574
commit 53cbae544f
3 changed files with 2 additions and 17 deletions

1
tmux.h
View File

@ -1889,7 +1889,6 @@ RB_PROTOTYPE(key_bindings, key_binding, entry, key_bindings_cmp);
struct key_binding *key_bindings_lookup(int);
void key_bindings_add(int, int, struct cmd_list *);
void key_bindings_remove(int);
void key_bindings_clean(void);
void key_bindings_init(void);
void key_bindings_dispatch(struct key_binding *, struct client *);