From 18891aa50808f29365f763cc503e5dfa2e17ab17 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 17 Feb 2015 09:22:21 -0600 Subject: Drop the notification server watch int --- src/service.vala | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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(). -- cgit v1.2.3