Commit 25f0a8f9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 7f48cb43
......@@ -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);
......
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