Commit ee6aea54 authored by Christophe Mutricy's avatar Christophe Mutricy

Clean up

parent 4059579b
...@@ -1280,8 +1280,6 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1280,8 +1280,6 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd,
} }
else if( !strcmp( psz_cmd, "playlist" ) ) else if( !strcmp( psz_cmd, "playlist" ) )
{ {
playlist_Import( p_playlist, "/home/zorglub/vlc-trunk/foo.xspf",
p_playlist->p_ml_category, VLC_FALSE );
playlist_NodeDump( p_playlist, p_playlist->p_root_category, 0 ); playlist_NodeDump( p_playlist, p_playlist->p_root_category, 0 );
playlist_NodeDump( p_playlist, p_playlist->p_root_onelevel, 0 ); playlist_NodeDump( p_playlist, p_playlist->p_root_onelevel, 0 );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment