diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 21:14:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 21:14:24 -0400 |
| commit | caebcf82c0c0c83dd77cd69051e9fc3a8b37b9ff (patch) | |
| tree | 51108fd6280f85ee7af1a9a52d9eeba609105f8f /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | e46c40faf2b14bd50ef4c32fdbd8685d0b1e0dfe (diff) | |
removed ProcessManager
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index db3b85e19..9a7f03341 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -381,8 +381,6 @@ namespace MediaBrowser.Server.Startup.Common RegisterSingleInstance(ServerConfigurationManager); - RegisterSingleInstance(NativeApp.GetProcessManager()); - LocalizationManager = new LocalizationManager(ServerConfigurationManager, FileSystemManager, JsonSerializer); RegisterSingleInstance(LocalizationManager); |
