Remove unnecessary initializers of cmd_ctx.

This commit is contained in:
Nicholas Marriott
2013-02-18 23:38:57 +00:00
parent 255a4f8ce3
commit 693244795c
6 changed files with 0 additions and 17 deletions

View File

@ -267,10 +267,7 @@ key_bindings_dispatch(struct key_binding *bd, struct client *c)
int readonly;
ctx = cmd_get_ctx();
ctx->msgdata = NULL;
ctx->cmdclient = NULL;
ctx->curclient = c;
ctx->error = key_bindings_error;
ctx->print = key_bindings_print;
ctx->info = key_bindings_info;