]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltFactory.cpp
Initial port to Windows using MinGW.
[mlt] / src / mlt++ / MltFactory.cpp
index 4c9d1f5abf783a4d97f5eced09fb993792eb8843..17b7c318f62408c0ebad2503a503259a522c5a23 100644 (file)
@@ -57,18 +57,6 @@ Consumer *Factory::consumer( Profile& profile, char *id, char *arg )
        return new Consumer( profile, id, arg );
 }
 
-#ifdef WIN32
-char *Factory::getenv( const char *name )
-{
-       return mlt_getenv( name );
-}
-
-int Factory::setenv( const char *name, const char *value )
-{
-       return mlt_setenv( name, value );
-}
-#endif
-
 void Factory::close( )
 {
        mlt_factory_close( );