diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:28:29 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:28:29 +0000 |
commit | c6828bf32bab1559ebac1c9721380cfa49f150cc (patch) | |
tree | b37ed12d47213bba12bb11d0a56ec190e52cec06 | |
parent | 31552722a8415163606e5ce0451290e4bf773243 (diff) | |
download | rtmux-c6828bf32bab1559ebac1c9721380cfa49f150cc.tar.gz rtmux-c6828bf32bab1559ebac1c9721380cfa49f150cc.tar.bz2 rtmux-c6828bf32bab1559ebac1c9721380cfa49f150cc.zip |
Sync OpenBSD patchset 432:
Unused variable.
-rw-r--r-- | tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tty.c,v 1.161 2009-10-23 17:25:51 tcunha Exp $ */ +/* $Id: tty.c,v 1.162 2009-10-23 17:28:29 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -856,7 +856,7 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx) { struct window_pane *wp = ctx->wp; struct screen *s = wp->screen; - u_int cx, sx; + u_int cx; tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); |