Unused variable.

pull/1/head
Nicholas Marriott 2009-10-21 19:27:09 +00:00
parent a22c06a2d6
commit 59e667906f
1 changed files with 1 additions and 1 deletions

2
tty.c
View File

@ -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);