diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-20 10:48:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-20 10:48:26 +0000 |
commit | 7bbf08bf9c482455e53abcc52a3294ecfb7bef46 (patch) | |
tree | b0e5516fc3c720ab63ba6c1abd3376e6b01f5619 /usr.bin | |
parent | 11b8647ef9a5b05095e2390f0bbd63ad4f34bac4 (diff) |
Nuke unused variable.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c index 8a9561f0248..1ce61c7704f 100644 --- a/usr.bin/tmux/input.c +++ b/usr.bin/tmux/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.14 2009/08/19 17:00:31 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.15 2009/08/20 10:48:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -956,7 +956,6 @@ input_handle_sequence_cbt(struct input_ctx *ictx) void input_handle_sequence_da(struct input_ctx *ictx) { - struct screen *s = ictx->ctx.s; uint16_t n; if (ictx->private != '\0') |