diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-18 23:38:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-18 23:38:57 +0000 |
commit | 693244795c36ef0d955aa7095ffd335a1846fe05 (patch) | |
tree | f21915390cfbc3342b1a07af3ad1cef08383cac0 /cmd-command-prompt.c | |
parent | 255a4f8ce34c027a4e903ec795214f8280c1e17d (diff) | |
download | rtmux-693244795c36ef0d955aa7095ffd335a1846fe05.tar.gz rtmux-693244795c36ef0d955aa7095ffd335a1846fe05.tar.bz2 rtmux-693244795c36ef0d955aa7095ffd335a1846fe05.zip |
Remove unnecessary initializers of cmd_ctx.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 2a0e1aa7..c18f9ad0 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -185,10 +185,7 @@ cmd_command_prompt_callback(void *data, const char *s) } ctx = cmd_get_ctx(); - ctx->msgdata = NULL; ctx->curclient = c; - ctx->cmdclient = NULL; - ctx->error = key_bindings_error; ctx->print = key_bindings_print; ctx->info = key_bindings_info; |