[vlc-devel] commit: Remove unused variable ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Jul 5 18:44:08 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jul  5 19:46:19 2008 +0300| [c7c72691e1973b9f0f5ecbde849184ee1815759f]

Remove unused variable

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

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

diff --git a/src/libvlc.c b/src/libvlc.c
index 755438b..71ed33a 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -933,7 +933,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
 int libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
 {
     intf_thread_t      * p_intf = NULL;
-    vout_thread_t      * p_vout = NULL;
     libvlc_priv_t      *priv = libvlc_priv (p_libvlc);
 
     /* Ask the interfaces to stop and destroy them */




More information about the vlc-devel mailing list