[vlc-devel] commit: dummy_input: remove unused variable in the struct. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Mar 21 23:23:48 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Mar 21 12:16:50 2009 +0100| [434bd50cda912314c62b33e5e6c5fcd4aa3d886a] | committer: Rémi Duraffort
dummy_input: remove unused variable in the struct.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=434bd50cda912314c62b33e5e6c5fcd4aa3d886a
---
modules/misc/dummy/input.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/misc/dummy/input.c b/modules/misc/dummy/input.c
index 886cea3..af93d53 100644
--- a/modules/misc/dummy/input.c
+++ b/modules/misc/dummy/input.c
@@ -117,9 +117,6 @@ struct demux_sys_t
/* Used for the pause command */
mtime_t expiration;
-
- /* The command to run */
- char* psz_command;
};
enum
{
More information about the vlc-devel
mailing list