diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-15 15:48:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-15 15:48:00 +0000 |
commit | 7a2e0aec631872d45c3e5b508a1c84343f53ed30 (patch) | |
tree | 170c3a420f3bc3f14d8dadc91da55c42ce0b0389 /src | |
parent | 3e4404d51218d82bcbcf2cea52948441277a9cfe (diff) | |
download | ayatana-indicator-sound-7a2e0aec631872d45c3e5b508a1c84343f53ed30.tar.gz ayatana-indicator-sound-7a2e0aec631872d45c3e5b508a1c84343f53ed30.tar.bz2 ayatana-indicator-sound-7a2e0aec631872d45c3e5b508a1c84343f53ed30.zip |
tidy up
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-service.c | 2 |
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; } |