mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Unused variables. Found by lint, no binary change.
This commit is contained in:
6
tty.c
6
tty.c
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: tty.c,v 1.5 2009/06/24 16:01:02 nicm Exp $ */
|
||||
/* $OpenBSD: tty.c,v 1.6 2009/06/25 05:56:44 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -769,9 +769,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);
|
||||
|
||||
|
Reference in New Issue
Block a user