X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fart%2Fart_svp_intersect.c;h=30ce5c26f7a78a181f9f2e8e7b2e7c3a2bc9f6be;hb=07eb543b62d6e1185a915620934609f38682a62d;hp=4ece5f46430384541ea9bd786ab2dcb7d63b3b38;hpb=b12f83c2cb688f22562d01279df06428c768e530;p=swftools.git diff --git a/lib/art/art_svp_intersect.c b/lib/art/art_svp_intersect.c index 4ece5f4..30ce5c2 100644 --- a/lib/art/art_svp_intersect.c +++ b/lib/art/art_svp_intersect.c @@ -601,7 +601,7 @@ art_svp_intersect_add_horiz (ArtIntersectCtx *ctx, ArtActiveSeg *seg) #ifdef CHEAP_SANITYCHECK if (seg->flags & ART_ACTIVE_FLAGS_IN_HORIZ) { - art_warn ("*** attempt to put segment in horiz list twice\n"); + //art_warn ("*** attempt to put segment in horiz list twice\n"); return; } seg->flags |= ART_ACTIVE_FLAGS_IN_HORIZ;