summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-14 13:03:27 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-14 13:15:57 +0100
commite46fc140f6acbcd27c3301985bdede85cf2d9625 (patch)
treedf1c103686efc0d37881bdefe9b90b4700102bd5 /src/pa-sink-ctl.h
parent943285c3ecf9dd7a4839bceab1ca319f989fe2bc (diff)
downloadpa-sink-ctl-e46fc140f6acbcd27c3301985bdede85cf2d9625.tar.gz
pa-sink-ctl-e46fc140f6acbcd27c3301985bdede85cf2d9625.tar.bz2
pa-sink-ctl-e46fc140f6acbcd27c3301985bdede85cf2d9625.zip
Remove unused change_callback
Diffstat (limited to 'src/pa-sink-ctl.h')
-rw-r--r--src/pa-sink-ctl.h3
1 files changed, 0 insertions, 3 deletions
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), \