summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-16 21:02:41 +0000
committernicm <nicm>2014-04-16 21:02:41 +0000
commit14a96df9ee288b24354c3ac2e57eca21b6ad8151 (patch)
tree15478e5304937524a5317ca1c0b48183ece2d188 /cmd.c
parente5d85c6c3c7f81ad9744b7306fd0cb1f7d12ebad (diff)
Remove the choose-list command to prepare for some later choose-* work.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 62f4c73d..726799a8 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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,