diff -r 7a77358b0537 -r becce3f57dc7 src/fontcache.cpp --- a/src/fontcache.cpp Mon Jun 11 10:29:07 2007 +0000 +++ b/src/fontcache.cpp Mon Jun 11 11:50:49 2007 +0000 @@ -399,7 +399,6 @@ /* FreeType has rendered the glyph, now we allocate a sprite and copy the image into it */ sprite = (Sprite*)calloc(width * height + 8, 1); - sprite->info = 1; sprite->width = width; sprite->height = height; sprite->x_offs = slot->bitmap_left;