diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-21 19:27:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-21 19:27:09 +0000 |
commit | 59e667906f2530a9dc7a6bdb2871c7f2a27a4906 (patch) | |
tree | efc78cad885b1809c4ead148e10ecbb2ff8b597d | |
parent | a22c06a2d6fddd0dda33219ef79b5b646fc973b9 (diff) | |
download | rtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.tar.gz rtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.tar.bz2 rtmux-59e667906f2530a9dc7a6bdb2871c7f2a27a4906.zip |
Unused variable.
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |