svnno****@sourc*****
svnno****@sourc*****
2011年 3月 28日 (月) 21:45:11 JST
Revision: 482 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=482 Author: yoya Date: 2011-03-28 21:45:10 +0900 (Mon, 28 Mar 2011) Log Message: ----------- デバッグ出力の削除 Modified Paths: -------------- trunk/src/swf_object.c trunk/src/swf_tag_shape.c -------------- next part -------------- Modified: trunk/src/swf_object.c =================================================================== --- trunk/src/swf_object.c 2011-03-28 12:38:47 UTC (rev 481) +++ trunk/src/swf_object.c 2011-03-28 12:45:10 UTC (rev 482) @@ -575,7 +575,6 @@ if (bitmap_id_list) { int i; for (i = 0 ; i < bitmap_id_list_num ; i++) { - fprintf(stderr, "adjust_shape_bitmap: i=%d/%d bimap_id_list[i]=%d\n", i, bitmap_id_list_num, bitmap_id_list[i]); if (bitmap_id_list[i] == bitmap_id) { swf_tag_shape_detail_t *swf_tag_shape = tag->detail; swf_tag_apply_shape_type_tilled(tag, swf_tag_shape->shape_id, swf); Modified: trunk/src/swf_tag_shape.c =================================================================== --- trunk/src/swf_tag_shape.c 2011-03-28 12:38:47 UTC (rev 481) +++ trunk/src/swf_tag_shape.c 2011-03-28 12:45:10 UTC (rev 482) @@ -498,8 +498,6 @@ swf_tag_shape_apply_type_tilled(void *detail, int shape_id) { int i, count; swf_tag_shape_detail_t *swf_tag_shape = (swf_tag_shape_detail_t *) detail; - fprintf(stderr, "swf_tag_shape_apply_type_tilled(detail, shape_id=%d)\n", - shape_id); if (detail == NULL) { fprintf(stderr, "swf_tag_shape_apply_type_tilled: detail == NULL\n"); return 1;