1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Unused variable

This commit is contained in:
Rémi Denis-Courmont 2012-07-24 17:24:52 +03:00
parent 7f48cb4300
commit 25f0a8f995

View File

@ -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);