[vlc-devel] commit: Remove unused variable ( Rémi Denis-Courmont  )
    git version control 
    git at videolan.org
       
    Mon May 26 17:58:14 CEST 2008
    
    
  
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon May 26 18:59:43 2008 +0300| [d3cccc0bd127932962cf22df25129167f56ba46b]
Remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3cccc0bd127932962cf22df25129167f56ba46b
---
 src/libvlc-common.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-common.c b/src/libvlc-common.c
index c5446bf..36cd199 100644
--- a/src/libvlc-common.c
+++ b/src/libvlc-common.c
@@ -922,7 +922,6 @@ int libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
 {
     intf_thread_t      * p_intf = NULL;
     vout_thread_t      * p_vout = NULL;
-    aout_instance_t    * p_aout = 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