[vlc-commits] mpeg_audio: remove unused variable
    Thomas Guillem 
    git at videolan.org
       
    Wed Sep 16 17:32:01 CEST 2015
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 16 17:15:49 2015 +0200| [ad91f15f1b3c009f57ec37fbc7e0f229c6da43ba] | committer: Thomas Guillem
mpeg_audio: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad91f15f1b3c009f57ec37fbc7e0f229c6da43ba
---
 modules/codec/mpeg_audio.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/codec/mpeg_audio.c b/modules/codec/mpeg_audio.c
index 936b1fa..19a21a0 100644
--- a/modules/codec/mpeg_audio.c
+++ b/modules/codec/mpeg_audio.c
@@ -62,7 +62,6 @@ struct decoder_sys_t
      * Common properties
      */
     date_t          end_date;
-    unsigned int    i_current_layer;
 
     mtime_t i_pts;
 
    
    
More information about the vlc-commits
mailing list