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, 1 insertions, 2 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 35b4ee3c..fe6ea46c 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.34 2008-06-20 17:31:48 nicm Exp $ */
+/* $Id: key-bindings.c,v 1.35 2008-06-21 10:19:36 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -215,7 +215,6 @@ key_bindings_dispatch(int key, struct client *c)
ctx.info = key_bindings_info;
ctx.cmdclient = NULL;
- ctx.flags = CMD_KEY;
cmd_exec(bd->cmd, &ctx);
}