summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:14:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:14:51 +0000
commit145b2685a1a42257e410307b1a20adb0bb95d39b (patch)
tree1dbabf8cb734dfaca77e20d340e2a588167ae97c /key-bindings.c
parent97fef895f25eccb5de4d57eebe241f5ef8a61f51 (diff)
Whoops, stray line.
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 0c4b330c..2358fa62 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.50 2009-01-14 22:13:30 nicm Exp $ */
+/* $Id: key-bindings.c,v 1.51 2009-01-14 22:14:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -194,7 +194,6 @@ void
key_bindings_dispatch(struct key_binding *bd, struct client *c)
{
struct cmd_ctx ctx;
- struct key_binding *bd;
ctx.msgdata = NULL;
ctx.cursession = c->session;