Revision: 2830
http://tmux.svn.sourceforge.net/tmux/?rev=2830&view=rev
Author: tcunha
Date: 2012-07-04 10:54:45 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Sync OpenBSD patchset 1140:
Remove a couple of unused variables from redbrain at gcc dot gnu dot org.
Modified Paths:
--------------
trunk/server-client.c
trunk/tty.c
Modified: trunk/server-client.c
===================================================================
--- trunk/server-client.c 2012-06-18 16:23:42 UTC (rev 2829)
+++ trunk/server-client.c 2012-07-04 10:54:45 UTC (rev 2830)
@@ -344,7 +344,6 @@
struct session *s;
struct window *w;
struct window_pane *wp;
- struct options *oo;
struct timeval tv;
struct key_binding *bd;
int xtimeout, isprefix;
@@ -363,7 +362,6 @@
w = c->session->curw->window;
wp = w->active;
- oo = &c->session->options;
/* Special case: number keys jump to pane in identify mode. */
if (c->flags & CLIENT_IDENTIFY && key >= '0' && key <= '9') {
Modified: trunk/tty.c
===================================================================
--- trunk/tty.c 2012-06-18 16:23:42 UTC (rev 2829)
+++ trunk/tty.c 2012-07-04 10:54:45 UTC (rev 2830)
@@ -668,7 +668,6 @@
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 @@
continue;
if (c->tty.flags & TTY_FREEZE)
continue;
- oo = &s->options;
ctx->xoff = wp->xoff;
ctx->yoff = wp->yoff;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs