[gnome-control-center] sound: Remove unused variable



commit eeffc8e385ef725e2fdcae47d7bc2acb69355a1c
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 8 15:36:15 2011 +0100

    sound: Remove unused variable

 panels/sound/gvc-mixer-dialog.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/panels/sound/gvc-mixer-dialog.c b/panels/sound/gvc-mixer-dialog.c
index 5f465d4..ec26d8b 100644
--- a/panels/sound/gvc-mixer-dialog.c
+++ b/panels/sound/gvc-mixer-dialog.c
@@ -1159,13 +1159,11 @@ add_stream (GvcMixerDialog *dialog,
         } else if (GVC_IS_MIXER_SINK (stream)) {
                 GtkTreeModel        *model;
                 GtkTreeIter          iter;
-                const GvcChannelMap *map;
                 GIcon               *icon;
 
                 model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->priv->output_treeview));
                 gtk_list_store_append (GTK_LIST_STORE (model), &iter);
 
-                map = gvc_mixer_stream_get_channel_map (stream);
                 icon = gvc_mixer_stream_get_gicon (stream);
                 gtk_list_store_set (GTK_LIST_STORE (model),
                                     &iter,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]