summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-21 21:07:20 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-21 21:07:20 +0000
commit15556ad0d67f3c1345fc4d462ab2949816ca7849 (patch)
tree55e71eb3c78150bc693605d9838bde62d02cc9aa /input.c
parent27c5df22cfea6e048a72ca9e359b23fb87d1467f (diff)
Sync OpenBSD patchset 281:
Nuke unused variable.
Diffstat (limited to 'input.c')
-rw-r--r--input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input.c b/input.c
index cbe59d95..fcdd4597 100644
--- a/input.c
+++ b/input.c
@@ -1,4 +1,4 @@
-/* $Id: input.c,v 1.94 2009-08-20 11:54:58 tcunha Exp $ */
+/* $Id: input.c,v 1.95 2009-08-21 21:07:20 tcunha 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')