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

PulseAudio: unused variable

parent 4ed8eacd
......@@ -312,8 +312,6 @@ static void stream_event_cb(pa_stream *s, const char *name, pa_proplist *pl,
#if PA_CHECK_VERSION(1,0,0)
/* FIXME: expose aout_Restart() directly */
if (!strcmp(name, PA_STREAM_EVENT_FORMAT_LOST)) {
vlc_value_t dummy = { .i_int = 0 };
msg_Dbg (aout, "format lost");
aout_RestartRequest (aout, AOUT_RESTART_OUTPUT);
} else
......
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