summaryrefslogtreecommitdiff
path: root/tree/font.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-11 03:17:34 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-11 03:17:34 +0100
commit2ec725624d637789845478a90f799e9eeb54f9ee (patch)
treef305158bcd8331a2a656df7221a3acd01cd2724a /tree/font.c
parent69478b2d6028a295a32cf9b3c6e632263ef9b31b (diff)
downloadmupdf-2ec725624d637789845478a90f799e9eeb54f9ee.tar.xz
various fixes
Diffstat (limited to 'tree/font.c')
-rw-r--r--tree/font.c1
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;