diff options
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index ffc65cb66..6b54a90d4 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -87,12 +87,6 @@ namespace MediaBrowser.Model.System public List<string> FailedPluginAssemblies { get; set; } /// <summary> - /// Gets or sets the image enhancers. - /// </summary> - /// <value>The image enhancers.</value> - public List<string> ImageEnhancers { get; set; } - - /// <summary> /// Gets or sets the program data path. /// </summary> /// <value>The program data path.</value> @@ -168,7 +162,6 @@ namespace MediaBrowser.Model.System CompletedInstallations = new List<InstallationInfo>(); FailedPluginAssemblies = new List<string>(); - ImageEnhancers = new List<string>(); } } } |
