From 59e667906f2530a9dc7a6bdb2871c7f2a27a4906 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Oct 2009 19:27:09 +0000 Subject: [PATCH] Unused variable. --- tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);