From e46fc140f6acbcd27c3301985bdede85cf2d9625 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 14 Dec 2011 13:03:27 +0100 Subject: Remove unused change_callback --- src/pa-sink-ctl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index a59f18b..97801d4 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -59,9 +59,6 @@ struct context { void quit(struct context *ctx); -void -change_callback(pa_context* c, gint success, gpointer); - #define list_append_struct(list, data) \ do { \ (list) = g_list_append((list), \ -- cgit