]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_parser.c
+ Added a --libdir switch to the configure and build
[mlt] / src / framework / mlt_parser.c
index ff073aa7ecba79a05dba87db59c670134e515b71..3eba1607e8d649a0bd39f48263e04e7a59c82be2 100644 (file)
@@ -34,8 +34,6 @@ static int on_unknown( mlt_parser this, mlt_service object )
 
 static int on_start_producer( mlt_parser this, mlt_producer object )
 {
-       if ( !mlt_producer_is_mix( mlt_producer_cut_parent( object ) ) && mlt_producer_is_cut( object ) )
-               mlt_properties_debug( mlt_producer_properties( object ), "cut", stderr );
        return 0;
 }