Commit f39b85a9 authored by Rafaël Carré's avatar Rafaël Carré

audiotrack: remove double initialization

parent 4088ffee
......@@ -317,7 +317,6 @@ static int Start(audio_output_t *aout, audio_sample_format_t *restrict fmt)
aout_SoftVolumeStart(aout);
aout->sys = p_sys;
aout->time_get = NULL;
aout->play = Play;
aout->pause = Pause;
aout->flush = Flush;
......
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