diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-07-04 10:54:45 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-07-04 10:54:45 +0000 |
commit | f4053bc2173a40184c94b7bc10adabc6f836bddb (patch) | |
tree | 7152f1a0c9e4e84fabdc69f1dd2c0ed9b3bac34c /tty.c | |
parent | 202c04414cd66a44878532ca2ef1844e3dc8b661 (diff) | |
download | rtmux-f4053bc2173a40184c94b7bc10adabc6f836bddb.tar.gz rtmux-f4053bc2173a40184c94b7bc10adabc6f836bddb.tar.bz2 rtmux-f4053bc2173a40184c94b7bc10adabc6f836bddb.zip |
Sync OpenBSD patchset 1140:
Remove a couple of unused variables from redbrain at gcc dot gnu dot org.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |