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

PulseAudio: dead code

parent fd60cd25
...@@ -390,16 +390,6 @@ static int stream_wait(pa_stream *stream) ...@@ -390,16 +390,6 @@ static int stream_wait(pa_stream *stream)
return 0; return 0;
} }
#ifdef LIBPULSE_GETS_A_CLUE
static void stream_success_cb(pa_stream *s, int success, void *userdata)
{
vlc_pa_signal(0);
(void) s; (void) success; (void) userdata;
}
#else
# define stream_success_cb NULL
#endif
/*** Sink input ***/ /*** Sink input ***/
static void sink_input_info_cb(pa_context *ctx, const pa_sink_input_info *i, static void sink_input_info_cb(pa_context *ctx, const pa_sink_input_info *i,
......
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