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.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/pa-sink-ctl.c') diff --git a/src/pa-sink-ctl.c b/src/pa-sink-ctl.c index f225d95..2eb15da 100644 --- a/src/pa-sink-ctl.c +++ b/src/pa-sink-ctl.c @@ -298,18 +298,6 @@ quit(struct context *ctx) g_main_loop_quit(ctx->loop); } -/* - * is called, after user input - */ -void -change_callback(pa_context* c, gint success, gpointer userdata) -{ -#if 0 - struct context *ctx = userdata; -#endif - return; -} - int main(int argc, char** argv) { -- cgit