From 77827fa39a5e4c618217f022a068140f20a7f9dd Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 15 Oct 2006 19:58:02 +0000 Subject: revert "performance increase" that actually hurt performance on better X servers.. :( some better approach is really needed; at this rate, even client side images would be faster... --- dblbuf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dblbuf.c') 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; -- cgit v1.2.3