summaryrefslogtreecommitdiff
path: root/refresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'refresh.c')
-rw-r--r--refresh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/refresh.c b/refresh.c
index 789f7f9..9e3ab57 100644
--- a/refresh.c
+++ b/refresh.c
@@ -59,7 +59,6 @@ void uuterm_refresh_row(struct uudisp *d, struct uurow *row, int x1, int x2)
const void *glyph = lookup_glyph(d->font, i, chp, ch[(x+3)&3], ch[(x+1)&3], width, part);
if (glyph) uudisp_draw_glyph(d, row->idx, x, glyph);
}
- uudisp_finalize_cell(d, row->idx, x);
}
}