aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a25d3700..f510ba68 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -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;