[vlc-commits] Unused variable
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Jul 24 16:41:55 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 24 17:24:52 2012 +0300| [25f0a8f99593f014a8084533eaf979b8bf68b8c7] | committer: Rémi Denis-Courmont
Unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=25f0a8f99593f014a8084533eaf979b8bf68b8c7
---
 src/audio_output/intf.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/src/audio_output/intf.c b/src/audio_output/intf.c
index 282d0aa..85d4d84 100644
--- a/src/audio_output/intf.c
+++ b/src/audio_output/intf.c
@@ -84,7 +84,6 @@ float aout_VolumeGet (vlc_object_t *obj)
  */
 int aout_VolumeSet (vlc_object_t *obj, float vol)
 {
-    long volume = lroundf (vol * AOUT_VOLUME_DEFAULT);
     int ret = -1;
 
     audio_output_t *aout = findAout (obj);
    
    
More information about the vlc-commits
mailing list