aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-21 19:27:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-21 19:27:09 +0000
commit59e667906f2530a9dc7a6bdb2871c7f2a27a4906 (patch)
treeefc78cad885b1809c4ead148e10ecbb2ff8b597d
parenta22c06a2d6fddd0dda33219ef79b5b646fc973b9 (diff)
downloadrtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.tar.gz
rtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.tar.bz2
rtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.zip
Unused variable.
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 249e65c1..596779e1 100644
--- a/tty.c
+++ b/tty.c
@@ -851,7 +851,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);