=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- src/usr.bin/tmux/tty.c 2009/10/21 16:52:30 1.57 +++ src/usr.bin/tmux/tty.c 2009/10/21 19:27:09 1.58 @@ -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 @@ { 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);