more small optimisations
[melted] / src / framework / mlt_property.h
index 3f59ad2..7db6aa2 100644 (file)
@@ -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 );