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

@ -126,10 +126,7 @@ cmd_confirm_before_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;