diff options
author | nicm <nicm> | 2013-10-10 12:00:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2013-10-10 12:00:18 +0000 |
commit | d45c12b6c9405da549197c2852ac124fc0d5b340 (patch) | |
tree | 3218d0535e37d480efab251eea536456baf1894a /cmd-command-prompt.c | |
parent | 90ae7682ed06557bd4d8deac9d9e48ecc7b38a07 (diff) | |
download | rtmux-d45c12b6c9405da549197c2852ac124fc0d5b340.tar.gz rtmux-d45c12b6c9405da549197c2852ac124fc0d5b340.tar.bz2 rtmux-d45c12b6c9405da549197c2852ac124fc0d5b340.zip |
Remove the barely-used and unnecessary command check() function.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 3b773316..fc625f53 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -30,7 +30,6 @@ */ void cmd_command_prompt_key_binding(struct cmd *, int); -int cmd_command_prompt_check(struct args *); enum cmd_retval cmd_command_prompt_exec(struct cmd *, struct cmd_q *); int cmd_command_prompt_callback(void *, const char *); @@ -42,7 +41,6 @@ const struct cmd_entry cmd_command_prompt_entry = { "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [template]", 0, cmd_command_prompt_key_binding, - NULL, cmd_command_prompt_exec }; |