diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-28 15:49:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-28 15:49:05 +0000 |
commit | 5872633aeff2ae60735458e3904cfe00087dc30d (patch) | |
tree | 90b1deba398a072831479513ae65428db42c3d05 /server.c | |
parent | 989d67ccd7c6a685df7af87868b3477989c064e5 (diff) | |
download | rtmux-5872633aeff2ae60735458e3904cfe00087dc30d.tar.gz rtmux-5872633aeff2ae60735458e3904cfe00087dc30d.tar.bz2 rtmux-5872633aeff2ae60735458e3904cfe00087dc30d.zip |
Now unused variable.
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: server.c,v 1.130 2009-03-28 14:08:09 nicm Exp $ */ +/* $Id: server.c,v 1.131 2009-03-28 15:49:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -689,7 +689,6 @@ server_handle_client(struct client *c) struct window_pane *wp; struct timeval tv; struct key_binding *bd; - struct cmd *cmd; int key, prefix, status, xtimeout; int mode; u_char mouse[3]; |