Commit 7211f9c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent e2b439cf
...@@ -92,7 +92,6 @@ static int commitVolume (vlc_object_t *obj, audio_output_t *aout, ...@@ -92,7 +92,6 @@ static int commitVolume (vlc_object_t *obj, audio_output_t *aout,
if (aout != NULL) if (aout != NULL)
{ {
aout_owner_t *owner = aout_owner (aout);
float vol = volume / (float)AOUT_VOLUME_DEFAULT; float vol = volume / (float)AOUT_VOLUME_DEFAULT;
/* apply volume to the pipeline */ /* apply volume to the pipeline */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment