]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltFactory.h
Initial port to Windows using MinGW.
[mlt] / src / mlt++ / MltFactory.h
index 382bedeee5d4b14bc805725570aadac242f4ce32..0f1a693d18561c22db13a5abad5e92cee6059006 100644 (file)
@@ -49,10 +49,6 @@ namespace Mlt
                        static Filter *filter( Profile& profile, char *id, char *arg = NULL );
                        static Transition *transition( Profile& profile, char *id, char *arg = NULL );
                        static Consumer *consumer( Profile& profile, char *id, char *arg = NULL );
-#ifdef WIN32
-                       static char *getenv( const char * );
-                       static int setenv( const char *, const char * );
-#endif
                        static void close( );
        };
 }