From 176d09016497524c83f0ff9f0cc99a5ae433dad5 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Mon, 4 Mar 2013 23:34:00 -0500 Subject: removed plugin configuration pages from the kernel --- MediaBrowser.Controller/Kernel.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Controller/Kernel.cs') diff --git a/MediaBrowser.Controller/Kernel.cs b/MediaBrowser.Controller/Kernel.cs index 947fb8e6d..2cf6fd188 100644 --- a/MediaBrowser.Controller/Kernel.cs +++ b/MediaBrowser.Controller/Kernel.cs @@ -74,12 +74,6 @@ namespace MediaBrowser.Controller /// The string files. public IEnumerable StringFiles { get; private set; } - /// - /// Gets the list of plugin configuration pages - /// - /// The configuration pages. - public IEnumerable PluginConfigurationPages { get; private set; } - /// /// Gets the list of currently registered weather prvoiders /// @@ -204,7 +198,6 @@ namespace MediaBrowser.Controller DisplayPreferencesRepositories = ApplicationHost.GetExports(); ItemRepositories = ApplicationHost.GetExports(); WeatherProviders = ApplicationHost.GetExports(); - PluginConfigurationPages = ApplicationHost.GetExports(); ImageEnhancers = ApplicationHost.GetExports().OrderBy(e => e.Priority).ToArray(); StringFiles = ApplicationHost.GetExports(); MetadataProviders = ApplicationHost.GetExports().OrderBy(e => e.Priority).ToArray(); -- cgit v1.2.3