[vlc-commits] Unused variable
Rémi Denis-Courmont
git at videolan.org
Tue May 22 22:33:18 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 22 23:22:07 2012 +0300| [7211f9c55b4e23045a4142528103a2d256711e6c] | committer: Rémi Denis-Courmont
Unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7211f9c55b4e23045a4142528103a2d256711e6c
---
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 1794134..b905b90 100644
--- a/src/audio_output/intf.c
+++ b/src/audio_output/intf.c
@@ -92,7 +92,6 @@ static int commitVolume (vlc_object_t *obj, audio_output_t *aout,
if (aout != NULL)
{
- aout_owner_t *owner = aout_owner (aout);
float vol = volume / (float)AOUT_VOLUME_DEFAULT;
/* apply volume to the pipeline */
More information about the vlc-commits
mailing list