aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-21 18:01:40 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-21 18:01:40 +0100
commita36da3a878a76f9570bee1b180a07243df4d382c (patch)
tree70971e476db6ec799abfc9ffa73ca0692aedcc43 /cmd-choose-tree.c
parent23519fc0b440ccfe13d52ab3e09ea98c792d4fa7 (diff)
downloadrtmux-a36da3a878a76f9570bee1b180a07243df4d382c.tar.gz
rtmux-a36da3a878a76f9570bee1b180a07243df4d382c.tar.bz2
rtmux-a36da3a878a76f9570bee1b180a07243df4d382c.zip
Remove the barely-used and unnecessary command check() function.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r--cmd-choose-tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c
index a9b6ffbc..75ed5d2f 100644
--- a/cmd-choose-tree.c
+++ b/cmd-choose-tree.c
@@ -41,7 +41,6 @@ const struct cmd_entry cmd_choose_tree_entry = {
"[-W format] " CMD_TARGET_WINDOW_USAGE,
0,
NULL,
- NULL,
cmd_choose_tree_exec
};
@@ -51,7 +50,6 @@ const struct cmd_entry cmd_choose_session_entry = {
CMD_TARGET_WINDOW_USAGE " [-F format] [template]",
0,
NULL,
- NULL,
cmd_choose_tree_exec
};
@@ -61,7 +59,6 @@ const struct cmd_entry cmd_choose_window_entry = {
CMD_TARGET_WINDOW_USAGE "[-F format] [template]",
0,
NULL,
- NULL,
cmd_choose_tree_exec
};