OSDN Git Service

デバッグ出力の削除
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 28 Mar 2011 12:45:10 +0000 (12:45 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 28 Mar 2011 12:45:10 +0000 (12:45 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@482 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_object.c
src/swf_tag_shape.c

index 03e7ea6..8c00e9e 100644 (file)
@@ -575,7 +575,6 @@ swf_object_adjust_shapebitmap(swf_object_t *swf, int bitmap_id,
                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);
index 3be47fd..723d6ac 100644 (file)
@@ -498,8 +498,6 @@ int
 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;