From 83078bdcbcc845ea56cf05374190d2115c06dfcb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 05:56:44 +0000 Subject: Unused variables. Found by lint, no binary change. --- tty.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index d0c89afd..1a9307c5 100644 --- a/tty.c +++ b/tty.c @@ -759,9 +759,7 @@ tty_cmd_clearendofscreen( struct tty *tty, struct window_pane *wp, unused va_list ap) { struct screen *s = wp->screen; - u_int i, j, oy; - - oy = wp->yoff; + u_int i, j; tty_reset(tty); -- cgit