]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:37:16 +0000 (15:37 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:37:16 +0000 (15:37 -0700)
src/input/vlm.c

index a1cc9b31ce37f5679986838614e35728618035bb..a9202b714eb87edeed339698d42ba5173ccf0c27 100644 (file)
@@ -795,7 +795,6 @@ static int vlm_ControlMediaInstanceStart( vlm_t *p_vlm, int64_t id, const char *
     if( !p_instance )
     {
         vlm_media_t *p_cfg = &p_media->cfg;
-        const char *psz_keep;
         int i;
 
         p_instance = vlm_MediaInstanceNew( p_vlm, psz_id );