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
cmd.c
View File

@ -35,7 +35,6 @@ const struct cmd_entry *cmd_table[] = {
&cmd_capture_pane_entry,
&cmd_choose_buffer_entry,
&cmd_choose_client_entry,
&cmd_choose_list_entry,
&cmd_choose_session_entry,
&cmd_choose_tree_entry,
&cmd_choose_window_entry,