summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-08-21 08:12:05 +0000
committernicm <nicm@openbsd.org>2009-08-21 08:12:05 +0000
commit093c44c35807dab0f0a567eeae348902cec7ac0e (patch)
treeff738ba691181f743522f17ef8fe0ed8ebc0c9a9
parentzap trailing whitespace; (diff)
downloadwireguard-openbsd-093c44c35807dab0f0a567eeae348902cec7ac0e.tar.xz
wireguard-openbsd-093c44c35807dab0f0a567eeae348902cec7ac0e.zip
Ugh, committed the wrong version of this change and got both solutions rather
than just the second. Remove unused assignment.
-rw-r--r--usr.bin/tmux/screen-write.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/tmux/screen-write.c b/usr.bin/tmux/screen-write.c
index c7a49247c06..ec26f94c940 100644
--- a/usr.bin/tmux/screen-write.c
+++ b/usr.bin/tmux/screen-write.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: screen-write.c,v 1.22 2009/08/20 19:14:42 nicm Exp $ */
+/* $OpenBSD: screen-write.c,v 1.23 2009/08/21 08:12:05 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -858,9 +858,6 @@ screen_write_overwrite(struct screen_write_ctx *ctx)
u_int xx;
gc = grid_view_peek_cell(gd, s->cx, s->cy);
- if (gc->flags & GRID_FLAG_UTF8)
- gu = grid_view_peek_utf8(gd, s->cx, s->cy);
-
if (gc->flags & GRID_FLAG_PADDING) {
/*
* A padding cell, so clear any following and leading padding