aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-31 15:26:06 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-31 15:26:06 -0600
commit6da3712d5eda504073689da98eccba020d57a5cd (patch)
tree7731fb73e0e8898550940fa5dcb613d0ac3e1e07 /src/sound-service-dbus.c
parentcf9b03167ed12086acbd74b97404b082f8e018a8 (diff)
downloadayatana-indicator-sound-6da3712d5eda504073689da98eccba020d57a5cd.tar.gz
ayatana-indicator-sound-6da3712d5eda504073689da98eccba020d57a5cd.tar.bz2
ayatana-indicator-sound-6da3712d5eda504073689da98eccba020d57a5cd.zip
blacklist / interested players work done
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index 0fc2f50..f29fab4 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -458,7 +458,6 @@ static gboolean sound_service_dbus_blacklist_player (SoundServiceDbus* self,
g_variant_builder_add (builder, "s", player_name);
}
else{
- //g_variant_builder_clear (builder);
gboolean present = FALSE;
g_variant_get (the_black_list, "as", &iter);