mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Remove unnecessary initializers of cmd_ctx.
This commit is contained in:
@ -221,10 +221,7 @@ window_choose_data_run(struct window_choose_data *cdata)
|
||||
}
|
||||
|
||||
ctx = cmd_get_ctx();
|
||||
ctx->msgdata = NULL;
|
||||
ctx->curclient = cdata->start_client;
|
||||
ctx->cmdclient = NULL;
|
||||
|
||||
ctx->error = key_bindings_error;
|
||||
ctx->print = key_bindings_print;
|
||||
ctx->info = key_bindings_info;
|
||||
|
Reference in New Issue
Block a user