From 2c305d548bd069d84f864e6c3a91b1b8976d59e9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 22 Oct 2011 15:25:27 +0200 Subject: interface: Derive new chooser_input directly when moving Dont schedule this until redraw, since this needed hacks to ensure we got the update. --- src/pa-sink-ctl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index 443c432..d68401a 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -40,7 +40,6 @@ struct context { gint chooser_sink; gint chooser_input; - guint32 selected_index; guint max_name_len; @@ -50,7 +49,6 @@ struct context { GList *input_list; gchar *status; - gboolean block_for_selected_index; }; void -- cgit