From 3f05c65f6d198b5dd9dc7992c4aadb53604f3c30 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 19 Jun 2005 12:41:08 +0000 Subject: [PATCH] removed debugging output --- lib/modules/swfrender.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules/swfrender.c b/lib/modules/swfrender.c index 062930a..2a5d426 100644 --- a/lib/modules/swfrender.c +++ b/lib/modules/swfrender.c @@ -1005,10 +1005,10 @@ static void textcallback(void*self, int*chars, int*xpos, int nr, int fontid, int } else { SHAPE2*shape = font->glyphs[chars[t]]; shape->fillstyles[0].color = *color; //q&d - printf("Rendering char %d (size %d, x:%d, y:%d) color:%02x%02x%02x%02x\n", chars[t], fontsize, x, y, + /*printf("Rendering char %d (size %d, x:%d, y:%d) color:%02x%02x%02x%02x\n", chars[t], fontsize, x, y, color->a, color->r, color->g, color->b); swf_DumpMatrix(stdout, &m); - swf_DumpShape(shape); + swf_DumpShape(shape);*/ swf_RenderShape(info->buf, shape, &m, info->cxform, info->depth, info->clipdepth); } } -- 1.7.10.4