aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-14 20:04:00 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-14 20:04:00 +0000
commitbaddd57857b450ec4f80312811d5f50b78c46781 (patch)
treef141fb88b4e85f1d78f2767c1e6bc976b7606521 /src
parent76ef685e00626c73f01bcb547e143fa4ec308ea8 (diff)
downloadayatana-indicator-sound-baddd57857b450ec4f80312811d5f50b78c46781.tar.gz
ayatana-indicator-sound-baddd57857b450ec4f80312811d5f50b78c46781.tar.bz2
ayatana-indicator-sound-baddd57857b450ec4f80312811d5f50b78c46781.zip
tidy up
Diffstat (limited to 'src')
-rw-r--r--src/sound-service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 9f44624..cfc0b7e 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -39,10 +39,8 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
-/*
close_pulse_activites();
g_main_loop_quit(mainloop);
-*/
}
return;
}