From 65ac8e9f0c852cbf436243258c0c1878b20c3c87 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 21 Aug 2009 08:12:05 +0000 Subject: [PATCH] Ugh, committed the wrong version of this change and got both solutions rather than just the second. Remove unused assignment. --- screen-write.c | 3 --- 1 file changed, 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