summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-21 08:12:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-21 08:12:05 +0000
commit65ac8e9f0c852cbf436243258c0c1878b20c3c87 (patch)
tree56f8c87e05f1ac3a9297287c8df0d4c89d5bf380 /screen-write.c
parentf817a338d035d96cec8ceeaaa60a79ac01421563 (diff)
Ugh, committed the wrong version of this change and got both solutions rather
than just the second. Remove unused assignment.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/screen-write.c b/screen-write.c
index dd553f17..bfb4e7f2 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -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