summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r--src/fontcache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp
index 36a0c6523..49a5d15be 100644
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -399,7 +399,6 @@ const Sprite *GetGlyph(FontSize size, WChar key)
/* 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;