summaryrefslogtreecommitdiff
path: root/dblbuf.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-15 19:58:02 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-15 19:58:02 +0000
commit77827fa39a5e4c618217f022a068140f20a7f9dd (patch)
tree057ba28b32e18dd995f55b344a530b35dbd44259 /dblbuf.c
parenta8d313686651110cc62f3383130a064c7a41fd51 (diff)
downloaduuterm-77827fa39a5e4c618217f022a068140f20a7f9dd.tar.gz
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...
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;