From ff55eb5bfa4e6c4814fcf5e65ce388e2c53acbb8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 5 Nov 2009 19:32:34 +0000 Subject: [PATCH] Unused variable. Aargh. --- tty-keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty-keys.c b/tty-keys.c index 420140ff..8505900c 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty) struct tty_key *tk; struct timeval tv; struct mouse_event mouse; - char *buf, *ptr; + char *buf; size_t len, size; cc_t bspace; int key;