Whoops, stray line.

pull/1/head
Nicholas Marriott 2009-01-14 22:14:51 +00:00
parent 97fef895f2
commit 145b2685a1
1 changed files with 1 additions and 2 deletions

View File

@ -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;