OSDN Git Service

デバッグメッセージの削除
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 7 Apr 2011 12:51:48 +0000 (12:51 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 7 Apr 2011 12:51:48 +0000 (12:51 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@544 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_tag_shape.c

index 48ade1a..b4ebe3f 100644 (file)
@@ -290,7 +290,6 @@ int swf_tag_shape_bitmap_replace_refcid_list(swf_tag_t *tag, int from_cid, int t
         shape_records = &(swf_tag_shape->shape_with_style.shape_records);
     }
     while (1) {
-        fprintf(stderr, "XXX: morph_shape_check=%d\n", morph_shape_check);
         for (i = 0 ; i < styles->fill_styles.count ; i++) {
             swf_fill_style_t *fill_style;
             fill_style = &(styles->fill_styles.fill_style[i]);