From 938a76644489d9170c4cebf2ea556029aeccbdf4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Oct 2009 19:27:10 +0000 Subject: Unused variable. --- usr.bin/tmux/tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tmux/tty.c b/usr.bin/tmux/tty.c index 282b3eea38c..ab0b7d9a2d9 100644 --- a/usr.bin/tmux/tty.c +++ b/usr.bin/tmux/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.57 2009/10/21 16:52:30 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.58 2009/10/21 19:27:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -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); -- cgit v1.2.3