X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_property.h;h=7db6aa258d0cc1364862a17c346c77af77bb1976;hb=e253fb0e1e231bcdc77bc37b05c7a9724dbe2bb1;hp=3f59ad27e630c68b032e73bfd226545f79c9100e;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_property.h b/src/framework/mlt_property.h index 3f59ad2..7db6aa2 100644 --- a/src/framework/mlt_property.h +++ b/src/framework/mlt_property.h @@ -67,7 +67,6 @@ typedef struct mlt_property_s */ extern mlt_property mlt_property_init( ); -extern void mlt_property_clear( mlt_property this ); extern int mlt_property_set_int( mlt_property this, int value ); extern int mlt_property_set_double( mlt_property this, double value ); extern int mlt_property_set_position( mlt_property this, mlt_position value );