diff options
author | Ted Gould <ted@gould.cx> | 2015-02-17 09:22:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-17 09:22:21 -0600 |
commit | 18891aa50808f29365f763cc503e5dfa2e17ab17 (patch) | |
tree | d60c122e11d5c179f88aef32ef4db18f481c53ce | |
parent | 0b6f800a6e99e6485508aef14f666a7aa51a2f6d (diff) | |
download | ayatana-indicator-sound-18891aa50808f29365f763cc503e5dfa2e17ab17.tar.gz ayatana-indicator-sound-18891aa50808f29365f763cc503e5dfa2e17ab17.tar.bz2 ayatana-indicator-sound-18891aa50808f29365f763cc503e5dfa2e17ab17.zip |
Drop the notification server watch int
-rw-r--r-- | src/service.vala | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/service.vala b/src/service.vala index 14a49da..95f8f16 100644 --- a/src/service.vala +++ b/src/service.vala @@ -131,11 +131,6 @@ public class IndicatorSound.Service: Object { this.sound_was_blocked_timeout_id = 0; } - if (this.notification_server_watch != 0) { - GLib.Bus.unwatch_name(this.notification_server_watch); - this.notification_server_watch = 0; - } - if (this.export_actions != 0) { bus.unexport_action_group(this.export_actions); this.export_actions = 0; @@ -198,7 +193,6 @@ public class IndicatorSound.Service: Object { AccountsServiceUser? accounts_service = null; bool export_to_accounts_service = false; private Notify.Notification sync_notification; - private uint notification_server_watch; /* Maximum volume as a scaling factor between the volume action's state and the value in * this.volume_control. See create_volume_action(). |