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

adummy: do not create dummy audio-device (refs #6874)

parent 3b0b4fb3
......@@ -73,9 +73,6 @@ static int Open( vlc_object_t * p_this )
else
p_aout->format.i_format = HAVE_FPU ? VLC_CODEC_FL32 : VLC_CODEC_S16N;
/* Create the variable for the audio-device */
var_Create( p_aout, "audio-device", VLC_VAR_INTEGER | VLC_VAR_HASCHOICE );
return VLC_SUCCESS;
}
......
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