albino.c, inigo.c: remove unused variables leftover from last commit.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 30 Oct 2008 07:30:18 +0000 (07:30 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 30 Oct 2008 07:30:18 +0000 (07:30 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1211 d19143bc-622f-0410-bfdd-b5b2a6649095

src/albino/albino.c
src/inigo/inigo.c

index c04aa8b..e3f4a11 100644 (file)
@@ -59,8 +59,6 @@ int main( int argc, char **argv  )
        }
        else
        {
-               struct sched_param scp;
-       
                printf( "Miracle Standalone Instance\n" );
                parser = miracle_parser_init_local( );
                response = valerie_parser_connect( parser );
index 50f1265..592900e 100644 (file)
@@ -322,7 +322,6 @@ int main( int argc, char **argv )
        mlt_producer inigo = NULL;
        FILE *store = NULL;
        char *name = NULL;
-       struct sched_param scp;
        mlt_profile profile = NULL;
        int is_progress = 0;
        int is_silent = 0;