]> git.sesse.net Git - vlc/commitdiff
dummy_input: remove unused variable in the struct.
authorRémi Duraffort <ivoire@videolan.org>
Sat, 21 Mar 2009 11:16:50 +0000 (12:16 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Sat, 21 Mar 2009 11:16:50 +0000 (12:16 +0100)
modules/misc/dummy/input.c

index 886cea341e1e2e496e93ebd5b0e6c19eaf96568f..af93d5320e65dc92244adc136bd3978f6549ee7f 100644 (file)
@@ -117,9 +117,6 @@ struct demux_sys_t
 
     /* Used for the pause command */
     mtime_t expiration;
-    /* The command to run */
-    char* psz_command;
 };
 enum
 {