[vlc-devel] commit: Unused variable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Nov 10 21:19:18 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov 10 22:19:09 2009 +0200| [69329f79757c60cf5cef589c98c7dec03cdf221d] | committer: Rémi Denis-Courmont
Unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69329f79757c60cf5cef589c98c7dec03cdf221d
---
src/libvlc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 73dceb6..fcc2f47 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1912,8 +1912,6 @@ static void ListModules( libvlc_int_t *p_this, bool b_verbose )
/* Enumerate each module */
for (size_t j = 0; (p_parser = list[j]) != NULL; j++)
{
- int i;
-
if( b_color )
utf8_fprintf( stdout, GREEN" %-22s "WHITE"%s\n"GRAY,
p_parser->psz_object_name,
More information about the vlc-devel
mailing list