From 188753300e7df553dead75b7b5561f8ee683f7df Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 14:37:58 +0200 Subject: Store all input_infos in one big list This makes the lookup routines independent of each other, which allows gradual updates later. --- src/sink.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sink.h') diff --git a/src/sink.h b/src/sink.h index 14d9be2..afaf929 100644 --- a/src/sink.h +++ b/src/sink.h @@ -11,7 +11,6 @@ typedef struct _sink_info { gint mute; guint8 channels; pa_volume_t vol; - GList *input_list; } sink_info; typedef struct _sink_input_info { -- cgit