]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Remove unneeded psz_program hack.
[vlc] / src / libvlc-common.c
index f7d162048bc3f66073c31399208e86d01a355072..4ebe76d8d5efed415bd6f0ae86d7f5c62a17d3c4 100644 (file)
@@ -1809,14 +1809,6 @@ static void ListModules( libvlc_int_t *p_this, vlc_bool_t b_verbose )
                                   p_parser->psz_capability,
                                   p_parser->i_score );
             }
-            if( p_parser->psz_program )
-            {
-                if( b_color )
-                    utf8_fprintf( stdout, YELLOW "   p %s\n"GRAY,
-                                  p_parser->psz_program );
-                else
-                    utf8_fprintf( stdout, "   p %s\n", p_parser->psz_program );
-            }
         }
 
         psz_spaces[i] = ' ';