diff options
Diffstat (limited to 'dblbuf.c')
-rw-r--r-- | dblbuf.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -117,10 +117,6 @@ void uudisp_predraw_cell(struct uudisp *d, int idx, int x, int color) b->slices[idx].colors[2*x+1] = expand_color(d, color>>4) ^ b->slices[idx].colors[2*x]; } -void uudisp_finalize_cell(struct uudisp *d, int idx, int x) -{ -} - void uudisp_draw_glyph(struct uudisp *d, int idx, int x, const void *glyph) { struct dblbuf *b = (void *)&d->priv; |