summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-06-20 12:55:55 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-06-20 12:55:55 +0000
commita7917430d8bb41792e1a8c1d6c6066763925a500 (patch)
tree29420a0cbd04cdd82ac85054d36cb3e26a675f84 /tty.c
parent0f00c3b47a700834f8cfab2537a37292cd8e5796 (diff)
Remove a couple of unused variables from redbrain at gcc dot gnu dot org.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index 6e895f5c..ca65bdb3 100644
--- a/tty.c
+++ b/tty.c
@@ -668,7 +668,6 @@ tty_write(
struct window_pane *wp = ctx->wp;
struct client *c;
struct session *s;
- struct options *oo;
u_int i;
/* wp can be NULL if updating the screen but not the terminal. */
@@ -693,7 +692,6 @@ tty_write(
continue;
if (c->tty.flags & TTY_FREEZE)
continue;
- oo = &s->options;
ctx->xoff = wp->xoff;
ctx->yoff = wp->yoff;