summaryrefslogtreecommitdiff
path: root/dblbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'dblbuf.c')
-rw-r--r--dblbuf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dblbuf.c b/dblbuf.c
index 6213ced..ee15148 100644
--- a/dblbuf.c
+++ b/dblbuf.c
@@ -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;