aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:05:39 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:05:39 +0000
commit947fabc7519f1f674cb4f3fe2ad0d0c4c10afe21 (patch)
tree9fbe4471a491b7f7446c828e484df546f4cbec19 /tty.c
parenta03ae97fbf63acaacdc1353eadbd225dd4e03b7b (diff)
downloadrtmux-947fabc7519f1f674cb4f3fe2ad0d0c4c10afe21.tar.gz
rtmux-947fabc7519f1f674cb4f3fe2ad0d0c4c10afe21.tar.bz2
rtmux-947fabc7519f1f674cb4f3fe2ad0d0c4c10afe21.zip
Unused variables. Found by lint, no binary change.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tty.c b/tty.c
index 457c10dd..af6b1100 100644
--- a/tty.c
+++ b/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);