From ae606015e27940ae310fd864095d3f8121844205 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 14:12:45 +0200 Subject: Make use of gradual updates ..to stop retreiving all sinks and inputs on every small change. --- src/pa-sink-ctl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pa-sink-ctl.h') 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; }; -- cgit