summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-21 14:12:45 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-21 23:15:15 +0200
commitae606015e27940ae310fd864095d3f8121844205 (patch)
tree4bc2a0e1db85079fdd5ca72edc24e82987353c90 /src/pa-sink-ctl.h
parent188753300e7df553dead75b7b5561f8ee683f7df (diff)
downloadpa-sink-ctl-ae606015e27940ae310fd864095d3f8121844205.tar.gz
pa-sink-ctl-ae606015e27940ae310fd864095d3f8121844205.tar.bz2
pa-sink-ctl-ae606015e27940ae310fd864095d3f8121844205.zip
Make use of gradual updates
..to stop retreiving all sinks and inputs on every small change.
Diffstat (limited to 'src/pa-sink-ctl.h')
-rw-r--r--src/pa-sink-ctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h
index 172bfcd..699c21e 100644
--- a/src/pa-sink-ctl.h
+++ b/src/pa-sink-ctl.h
@@ -25,14 +25,10 @@ struct context {
guint max_name_len;
- int info_callbacks_finished;
- gboolean info_callbacks_blocked;
GMainLoop *loop;
GList *sink_list;
GList *input_list;
- GList *tmp_sinks;
- GList *tmp_inputs;
gchar *status;
};