diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 18:25:54 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 18:25:54 +0000 |
commit | 6bfc46de9234f0ef39d90b934fb406eebec4c59c (patch) | |
tree | 35b612485f2b6f198caaaf54f92442f219ae6a2d /src/sound-service-dbus.c | |
parent | 39430b4d1797d16b2152fddb864a38c26f8fb97f (diff) | |
download | ayatana-indicator-sound-6bfc46de9234f0ef39d90b934fb406eebec4c59c.tar.gz ayatana-indicator-sound-6bfc46de9234f0ef39d90b934fb406eebec4c59c.tar.bz2 ayatana-indicator-sound-6bfc46de9234f0ef39d90b934fb406eebec4c59c.zip |
tidy ups
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index f9428cc..58367f4 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -151,7 +151,6 @@ sound_service_dbus_create_root_item (SoundServiceDbus* self) dbusmenu_server_set_root (server, priv->root_menuitem); g_object_unref (priv->root_menuitem); priv->active_sink = active_sink_new (self); - //establish_pulse_activities (self); return priv->root_menuitem; } @@ -222,9 +221,6 @@ sound_service_dbus_finalize (GObject *object) // EMIT STATE SIGNAL - -// TODO: this will be a bit messy until the pa_manager is sorted. -// And we figure out all of the edge cases. void sound_service_dbus_update_sound_state (SoundServiceDbus* self, SoundState new_state) @@ -251,7 +247,6 @@ sound_service_dbus_update_sound_state (SoundServiceDbus* self, } //HANDLE DBUS METHOD CALLS -// TODO we will need to implement the black_list method. static void bus_method_call (GDBusConnection * connection, const gchar * sender, |