diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-11 03:17:34 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-11 03:17:34 +0100 |
commit | 2ec725624d637789845478a90f799e9eeb54f9ee (patch) | |
tree | f305158bcd8331a2a656df7221a3acd01cd2724a /tree/font.c | |
parent | 69478b2d6028a295a32cf9b3c6e632263ef9b31b (diff) | |
download | mupdf-2ec725624d637789845478a90f799e9eeb54f9ee.tar.xz |
various fixes
Diffstat (limited to 'tree/font.c')
-rw-r--r-- | tree/font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tree/font.c b/tree/font.c index 28045f5d..16626651 100644 --- a/tree/font.c +++ b/tree/font.c @@ -39,7 +39,6 @@ fz_setfontwmode(fz_font *font, int wmode) void fz_setfontbbox(fz_font *font, int xmin, int ymin, int xmax, int ymax) { -printf(" bbox [%d %d %d %d]\n", xmin, ymin, xmax, ymax); font->bbox.min.x = xmin; font->bbox.min.y = ymin; font->bbox.max.x = xmax; |