Unused variables. Found by lint, no binary change.

This commit is contained in:
Nicholas Marriott
2009-06-25 05:56:44 +00:00
parent 74d0851ac5
commit 83078bdcbc
2 changed files with 1 additions and 5 deletions

4
tty.c
View File

@ -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);