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

waveout: unused variable

parent c751120f
...@@ -173,8 +173,6 @@ vlc_module_end () ...@@ -173,8 +173,6 @@ vlc_module_end ()
*****************************************************************************/ *****************************************************************************/
static int Start( audio_output_t *p_aout, audio_sample_format_t *restrict fmt ) static int Start( audio_output_t *p_aout, audio_sample_format_t *restrict fmt )
{ {
vlc_value_t val;
p_aout->time_get = WaveOutTimeGet; p_aout->time_get = WaveOutTimeGet;
p_aout->play = Play; p_aout->play = Play;
p_aout->pause = WaveOutPause; p_aout->pause = WaveOutPause;
......
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