removed debug output
authorkramm <kramm>
Sun, 21 Jan 2007 21:19:42 +0000 (21:19 +0000)
committerkramm <kramm>
Sun, 21 Jan 2007 21:19:42 +0000 (21:19 +0000)
lib/modules/swffont.c
lib/modules/swftext.c

index 47cd20a..9a9c744 100644 (file)
@@ -495,9 +495,7 @@ SWFFONT* swf_LoadT1Font(char*filename)
            }
            last = pos;
            outline = outline->link;
-           printf("t1lib: (%f,%f) ", pos.x, pos.y);
        }
-       printf("\n");
        
        draw.finish(&draw);
 
index fbfc00a..1612e63 100644 (file)
@@ -1565,8 +1565,6 @@ SRECT swf_SetDefineText(TAG * tag, SWFFONT * font, RGBA * rgb, char *text, int s
        swf_TextSetCharRecordUTF8(tag, font, upos, scale * 20, gbits, abits);
 
        upos= next;
-
-       printf("%s\n", upos);
     }
     free(utext);