diff options
Diffstat (limited to 'source/fitz/font.c')
-rw-r--r-- | source/fitz/font.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/fitz/font.c b/source/fitz/font.c index a1483916..67f87828 100644 --- a/source/fitz/font.c +++ b/source/fitz/font.c @@ -72,8 +72,6 @@ fz_new_font(fz_context *ctx, const char *name, int use_glyph_bbox, int glyph_cou } else { - if (use_glyph_bbox) - fz_warn(ctx, "not building glyph bbox table for font '%s' with %d glyphs", font->name, glyph_count); font->bbox_table = NULL; } |