Remove the choose-list command to prepare for some later choose-* work.

This commit is contained in:
nicm
2014-04-16 21:02:41 +00:00
parent e5d85c6c3c
commit 14a96df9ee
5 changed files with 0 additions and 126 deletions

1
tmux.h
View File

@ -1759,7 +1759,6 @@ extern const struct cmd_entry cmd_break_pane_entry;
extern const struct cmd_entry cmd_capture_pane_entry;
extern const struct cmd_entry cmd_choose_buffer_entry;
extern const struct cmd_entry cmd_choose_client_entry;
extern const struct cmd_entry cmd_choose_list_entry;
extern const struct cmd_entry cmd_choose_session_entry;
extern const struct cmd_entry cmd_choose_tree_entry;
extern const struct cmd_entry cmd_choose_window_entry;