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

aout: remove statement with no effects

parent 0b685973
......@@ -187,7 +187,6 @@ static int MixBuffer( audio_output_t * p_aout, float volume )
{
/* Is it really the best way to do it ? */
aout_FifoSet( &p_aout->fifo, 0 );
date_Set( &exact_start_date, 0 );
return -1;
}
if( delta > 0 )
......
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