From f37cf956e0081dc84d885f00a0c83ebb3dedc8ae Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 22 Oct 2011 08:56:56 +0200 Subject: Remove now invalid comments for the info callbacks --- src/pa-sink-ctl.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pa-sink-ctl.c b/src/pa-sink-ctl.c index bda5052..9f5073c 100644 --- a/src/pa-sink-ctl.c +++ b/src/pa-sink-ctl.c @@ -40,9 +40,6 @@ find_sink_by_idx(struct context *ctx, gint idx) return NULL; } -/* - * is called after sink-input - */ static void sink_input_info_cb(pa_context *c, const pa_sink_input_info *i, gint is_last, gpointer userdata) @@ -87,9 +84,6 @@ sink_input_info_cb(pa_context *c, const pa_sink_input_info *i, list_append_struct(ctx->input_list, sink_input); } -/* - * the begin of the callback loops - */ static void sink_info_cb(pa_context *c, const pa_sink_info *i, gint is_last, gpointer userdata) -- cgit