[vlc-devel] commit: Remove unused variable. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jun 15 00:44:57 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:37:16 2008 -0700| [9b372ac695c839d5058d52be3860a870b69688c5]

Remove unused variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b372ac695c839d5058d52be3860a870b69688c5
---

 src/input/vlm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index a1cc9b3..a9202b7 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -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 );




More information about the vlc-devel mailing list