From caebcf82c0c0c83dd77cd69051e9fc3a8b37b9ff Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 24 Mar 2015 21:14:24 -0400 Subject: removed ProcessManager --- MediaBrowser.Server.Startup.Common/INativeApp.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs') diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 1c4b5b1d5..2dbd844ba 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -1,5 +1,4 @@ using MediaBrowser.Common.Net; -using MediaBrowser.Controller.Diagnostics; using MediaBrowser.Model.Logging; using System.Collections.Generic; using System.Reflection; @@ -85,11 +84,5 @@ namespace MediaBrowser.Server.Startup.Common /// Prevents the system stand by. /// void PreventSystemStandby(); - - /// - /// Gets the process manager. - /// - /// IProcessManager. - IProcessManager GetProcessManager(); } } -- cgit v1.2.3