From 53450bd514eec97d58eb18b8a01feab36475826b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 6 Jul 2013 17:23:32 -0400 Subject: added a notifications service --- .../BaseApplicationHost.cs | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs') diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 46c84ff7d..197142590 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -512,24 +512,6 @@ namespace MediaBrowser.Common.Implementations Plugins = list; } - /// - /// Performs the pending restart. - /// - /// Task. - public void PerformPendingRestart() - { - if (HasPendingRestart) - { - Logger.Info("Restarting the application"); - - Restart(); - } - else - { - Logger.Info("PerformPendingRestart - not needed"); - } - } - /// /// Notifies that the kernel that a change has been made that requires a restart /// -- cgit v1.2.3