Skip to content

fontfile: Remove unused 'bc' slot from _FontEntry

Adam Jackson requested to merge ajax/libxfont:diet into master

Whatever this is, we're not using it. On my machine we allocate about 1100 of these structs, and this change reduces the struct from 152 to 48 bytes, so this saves about 100k of memory.

Signed-off-by: Adam Jackson ajax@redhat.com

Merge request reports