Commit 8c31f9c2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

meta.c: Left over removal. (Should get some sleep).

parent d251140c
......@@ -119,9 +119,6 @@ int input_ArtFind( playlist_t *p_playlist, input_item_t *p_item )
{
int i_ret = VLC_EGENERIC;
module_t *p_module;
char * psz_album = input_item_GetAlbum( p_item );
char * psz_artist = input_item_GetArtist( p_item );
char * psz_title = input_item_GetAlbum( p_item );
if( !p_item->p_meta )
return VLC_EGENERIC;
......
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