pre-beta cleanup part 1
[melted] / src / framework / mlt_field.c
index 3730d5e..eede159 100644 (file)
@@ -152,8 +152,6 @@ int mlt_field_plant_transition( mlt_field this, mlt_transition that, int a_track
 
 void mlt_field_close( mlt_field this )
 {
-       //mlt_tractor_close( this->tractor );
-       //mlt_multitrack_close( this->multitrack );
        free( this );
 }