]> git.sesse.net Git - vlc/commitdiff
meta.c: Left over removal. (Should get some sleep).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 13:48:26 +0000 (13:48 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 13:48:26 +0000 (13:48 +0000)
src/input/meta.c

index afb48adf63a7308282f6c92772808d9faf7636d0..94f57055abce4b97f27ce15ce63a7d05d0e14f84 100644 (file)
@@ -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;